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