From 377bad85a561438ad76321a90b3bd3f094abe381 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 4 Jan 2019 10:36:55 +0100 Subject: [PATCH] Added cooldown --- commands/reserved/bsespam.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/reserved/bsespam.js b/commands/reserved/bsespam.js index 29d74a4..5a3d7dc 100644 --- a/commands/reserved/bsespam.js +++ b/commands/reserved/bsespam.js @@ -6,6 +6,8 @@ class bsespamCommand extends Command { aliases: ['bsespam'] , //Required category: 'reserved', //recommended channelRestriction: 'guild', //needed if you want to restrict where we can launch the command + cooldown: 3600, + ratelimit: 2, args: [ //if need args { id: 'number',