diff --git a/src/commands/closeall.js b/src/commands/closeall.js index d2a7e83..d6bff2f 100644 --- a/src/commands/closeall.js +++ b/src/commands/closeall.js @@ -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: '', + 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 = { } }, -}; \ No newline at end of file +};