auto-ticket-closer
v1.2.3
Published
A plugin for a Discord ticket bot that automatically closes tickets.
Downloads
12
Readme
auto-ticket-closer
This is a plugin for https://github.com/discord-tickets/bot
Check out their documentation to get started.
Installation
- Run
npm i auto-ticket-closer --no-save
- Add
auto-ticket-closer
to theplugins
array in your bot's config file (./user/config.js
):plugins: [ 'auto-ticket-closer' ]
- 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 };