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/fun/oddcase.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/commands/fun/oddcase.ts') diff --git a/src/commands/fun/oddcase.ts b/src/commands/fun/oddcase.ts index b574244..890773d 100644 --- a/src/commands/fun/oddcase.ts +++ b/src/commands/fun/oddcase.ts @@ -19,6 +19,10 @@ module.exports = class OddcaseFun extends Command { examples: [ 'uwu!oddcase please oddcase this' ], + throttling: { + usages: 5, + duration: 30 + }, userPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], clientPermissions: ['SEND_MESSAGES', 'READ_MESSAGE_HISTORY'], }); -- cgit v1.2.3