remove rate limit
This commit is contained in:
parent
e5d04529e4
commit
b106be6935
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ class tweetCommand extends Command {
|
||||||
super('tweet', {
|
super('tweet', {
|
||||||
aliases: ['tweet'],
|
aliases: ['tweet'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
cooldown: 86400000,
|
|
||||||
ratelimit: 3,
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
|
|
Loading…
Reference in a new issue