diff options
Diffstat (limited to 'src/commands/voice/leave.ts')
| -rw-r--r-- | src/commands/voice/leave.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands/voice/leave.ts b/src/commands/voice/leave.ts index bdcf259..9ad9984 100644 --- a/src/commands/voice/leave.ts +++ b/src/commands/voice/leave.ts @@ -13,6 +13,10 @@ module.exports = class LeaveVoice extends Command { examples: ['uwu!leave', 'uwu!end', 'uwu!stop'], clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], + throttling: { + usages: 5, + duration: 30 + }, }); } run(msg: CommandoMessage) { |