diff --git a/commands/general/tweet.js b/commands/general/tweet.js index dfe4d738..8a3d7886 100644 --- a/commands/general/tweet.js +++ b/commands/general/tweet.js @@ -12,6 +12,8 @@ class tweetCommand extends Command { super('tweet', { aliases: ['tweet'], category: 'general', + cooldown: 60, + ratelimit: 3, args: [ { id: 'text',