From 86578331f7cc462114b185fd7630822a45385d0d Mon Sep 17 00:00:00 2001 From: Oliver Cordingley Date: Sun, 24 Jan 2021 22:15:50 +0000 Subject: [PATCH] Update closeall.js --- src/commands/closeall.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +};