remove rate limit

This commit is contained in:
Loïc Bersier 2019-06-25 05:08:23 +02:00
parent e5d04529e4
commit b106be6935

View file

@ -12,8 +12,6 @@ class tweetCommand extends Command {
super('tweet', {
aliases: ['tweet'],
category: 'general',
cooldown: 86400000,
ratelimit: 3,
args: [
{
id: 'text',