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', { super('tweet', {
aliases: ['tweet'], aliases: ['tweet'],
category: 'general', category: 'general',
cooldown: 60,
ratelimit: 3,
args: [ args: [
{ {
id: 'text', id: 'text',