diff options
Diffstat (limited to 'src/commands/voice/minecraft.ts')
| -rw-r--r-- | src/commands/voice/minecraft.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/commands/voice/minecraft.ts b/src/commands/voice/minecraft.ts index ea8fb6d..26175d3 100644 --- a/src/commands/voice/minecraft.ts +++ b/src/commands/voice/minecraft.ts @@ -24,7 +24,11 @@ module.exports = class MinecraftVoice extends Command { 'uwu!minecraft-soundtrack', 'uwu!mcs', 'uwu!mc-s' - ] + ], + throttling: { + usages: 1, + duration: 60 + }, }); } async run(msg: CommandoMessage) { |