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', {
|
super('tweet', {
|
||||||
aliases: ['tweet'],
|
aliases: ['tweet'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
cooldown: 86400,
|
cooldown: 86400000,
|
||||||
ratelimit: 3,
|
ratelimit: 3,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue