added cancel command

This commit is contained in:
2022-01-31 17:39:06 -06:00
parent 50c297bfea
commit f0283145dc
6 changed files with 115 additions and 22 deletions

View File

@@ -11,7 +11,8 @@ const commands = [
type: 4, //INTEGER
name: 'teamsize',
description: 'size of each team',
required: true
required: true,
min_value: 1
}
]
},
@@ -28,8 +29,8 @@ const commands = [
description: 'ready the queue and display team info'
},
{
name: 'queueinfo',
description: 'get info of the current queue'
name: 'cancel',
description: 'cancels the current queue (must have the Manage Messages permission)'
},
{
name: 'elo',