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