From 9ce32556ff47ff15629493575ee21ade61328c33 Mon Sep 17 00:00:00 2001 From: Supositware Date: Mon, 25 Feb 2019 19:45:40 +0100 Subject: [PATCH] 3 message every 24 hours --- 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 272f034..8f81a40 100644 --- a/commands/general/tweet.js +++ b/commands/general/tweet.js @@ -12,7 +12,7 @@ class tweetCommand extends Command { aliases: ['tweet'], category: 'general', cooldown: 86400, - ratelimit: 1, + ratelimit: 3, args: [ { id: 'text',