Update closeall.js

This commit is contained in:
Oliver Cordingley 2021-01-24 22:17:55 +00:00 committed by GitHub
parent 86578331f7
commit bfc9080fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ module.exports = {
description: 'Closes all currently open tickets older than a specified time length', description: 'Closes all currently open tickets older than a specified time length',
usage: '[time]', usage: '[time]',
aliases: ['ca'], aliases: ['ca'],
example: 'closeall 1y 2mo', example: 'closeall 1mo 1w',
args: false, args: false,
disabled: !config.commands.closeall.enabled, disabled: !config.commands.closeall.enabled,
async execute(client, message, args, { async execute(client, message, args, {