Added cooldown

merge-requests/3/head
loicbersier 6 years ago
parent 4964ae4e06
commit 377bad85a5

@ -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…
Cancel
Save