forked from Supositware/Haha-Yes
add cooldown
This commit is contained in:
parent
c924390852
commit
a23e8f60b5
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class tweetCommand extends Command {
|
|||
super('tweet', {
|
||||
aliases: ['tweet'],
|
||||
category: 'general',
|
||||
cooldown: 60,
|
||||
ratelimit: 3,
|
||||
args: [
|
||||
{
|
||||
id: 'text',
|
||||
|
|
Loading…
Reference in a new issue