diff options
Diffstat (limited to 'src/commands/voice/psycho.ts')
| -rw-r--r-- | src/commands/voice/psycho.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/voice/psycho.ts b/src/commands/voice/psycho.ts index 115b0b8..8df19f8 100644 --- a/src/commands/voice/psycho.ts +++ b/src/commands/voice/psycho.ts @@ -17,7 +17,11 @@ module.exports = class PsychoVoice extends Command { guildOnly: true, clientPermissions: ['SPEAK', 'CONNECT', 'SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], - examples: ['uwu!psycho'] + examples: ['uwu!psycho'], + throttling: { + usages: 5, + duration: 30 + }, }); } async run(msg: CommandoMessage, { query }) { |