forked from Supositware/Haha-Yes
forgot to put in miliseconds
This commit is contained in:
parent
cb38011d4f
commit
8fb371aad9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class tweetCommand extends Command {
|
|||
super('tweet', {
|
||||
aliases: ['tweet'],
|
||||
category: 'general',
|
||||
cooldown: 86400,
|
||||
cooldown: 86400000,
|
||||
ratelimit: 3,
|
||||
args: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue