Added cooldown
This commit is contained in:
parent
4964ae4e06
commit
377bad85a5
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ class bsespamCommand extends Command {
|
|||
aliases: ['bsespam'] , //Required
|
||||
category: 'reserved', //recommended
|
||||
channelRestriction: 'guild', //needed if you want to restrict where we can launch the command
|
||||
cooldown: 3600,
|
||||
ratelimit: 2,
|
||||
args: [ //if need args
|
||||
{
|
||||
id: 'number',
|
||||
|
|
Loading…
Reference in a new issue