From 0d35c0116c38d1f8642e4c8d8f36509f7500bb05 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 27 Apr 2020 08:00:29 -0700 Subject: A New World, v8.0.0 - change some formatting - add throttling to all commands - change timout in welcome and clear - add another edge case to welcome and darling - use new mongo.connect params for stability - move some commands around - remove some tsingnores for idk in total, epic update 8) --- src/commands/voice/psycho.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/commands/voice/psycho.ts') 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 }) { -- cgit v1.2.3