add cooldown

This commit is contained in:
loicbersier 2019-10-07 00:01:03 +02:00
parent c924390852
commit a23e8f60b5

View file

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