1.2.3 • Published 2 years ago

auto-ticket-closer v1.2.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

auto-ticket-closer

This is a plugin for https://github.com/discord-tickets/bot

Check out their documentation to get started.

Installation

  1. Run npm i auto-ticket-closer --no-save
  2. Add auto-ticket-closer to the plugins array in your bot's config file (./user/config.js):
    plugins: [
        'auto-ticket-closer'
    ]
  3. Add a new property to your config file:
    module.exports = {
        debug: false,
        defaults: {
            // ...
        },
        'auto-ticket-closer': {
            closerUserId: '<USER ID>',
            lifetimeMins: 7200
        },
        locale: 'en-GB',
        // ...
        update_notice: true
    };
1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago