mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13: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 = {
|
module.exports = {
|
||||||
name: 'closeall',
|
name: 'closeall',
|
||||||
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: '<timestamp>',
|
usage: '[time]',
|
||||||
aliases: ['ca'],
|
aliases: ['ca'],
|
||||||
example: 'closeall 1y 2m',
|
example: 'closeall 1y 2mo',
|
||||||
args: false,
|
args: false,
|
||||||
disabled: !config.commands.closeall.enabled,
|
disabled: !config.commands.closeall.enabled,
|
||||||
async execute(client, message, args, {
|
async execute(client, message, args, {
|
||||||
|
Loading…
Reference in New Issue
Block a user