reduced to 1
This commit is contained in:
parent
f14558f96b
commit
d39afa3e6d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class tweetCommand extends Command {
|
||||||
aliases: ['tweet'],
|
aliases: ['tweet'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
cooldown: 86400,
|
cooldown: 86400,
|
||||||
ratelimit: 2,
|
ratelimit: 1,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
|
|
Loading…
Reference in a new issue