From d39afa3e6d7635967dc18f6ea62bc602285a0724 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Mon, 25 Feb 2019 03:35:02 +0100 Subject: [PATCH] reduced to 1 --- commands/general/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/tweet.js b/commands/general/tweet.js index 32bcf3c..5f46c59 100644 --- a/commands/general/tweet.js +++ b/commands/general/tweet.js @@ -10,7 +10,7 @@ class tweetCommand extends Command { aliases: ['tweet'], category: 'general', cooldown: 86400, - ratelimit: 2, + ratelimit: 1, args: [ { id: 'text',