Added cooldown

This commit is contained in:
loicbersier 2019-01-04 10:36:55 +01:00
parent 4964ae4e06
commit 377bad85a5

View file

@ -6,6 +6,8 @@ class bsespamCommand extends Command {
aliases: ['bsespam'] , //Required aliases: ['bsespam'] , //Required
category: 'reserved', //recommended category: 'reserved', //recommended
channelRestriction: 'guild', //needed if you want to restrict where we can launch the command channelRestriction: 'guild', //needed if you want to restrict where we can launch the command
cooldown: 3600,
ratelimit: 2,
args: [ //if need args args: [ //if need args
{ {
id: 'number', id: 'number',