add cooldown

merge-requests/4/head
loicbersier 5 years ago
parent c924390852
commit a23e8f60b5

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

Loading…
Cancel
Save