mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
Update closeall.js
This commit is contained in:
parent
89d0bac235
commit
86578331f7
@ -21,9 +21,9 @@ const toTime = require('to-time-monthsfork');
|
||||
module.exports = {
|
||||
name: 'closeall',
|
||||
description: 'Closes all currently open tickets older than a specified time length',
|
||||
usage: '<timestamp>',
|
||||
usage: '[time]',
|
||||
aliases: ['ca'],
|
||||
example: 'closeall 1y 2m',
|
||||
example: 'closeall 1y 2mo',
|
||||
args: false,
|
||||
disabled: !config.commands.closeall.enabled,
|
||||
async execute(client, message, args, {
|
||||
@ -257,4 +257,4 @@ module.exports = {
|
||||
}
|
||||
|
||||
},
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user