1.2.3 • Published 3 years ago

auto-ticket-closer v1.2.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 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

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago