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