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