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