up cooldown to prevent api abuse
This commit is contained in:
parent
208f2c2d01
commit
b04ef2a7bd
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ module.exports = class {
|
|||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
this.botPerms = [],
|
||||
this.cooldown = 5000,
|
||||
this.cooldown = 30000,
|
||||
this.help = {
|
||||
description: 'Get current map, weapons and gear for salmon run.',
|
||||
arguments: '',
|
||||
|
|
|
@ -11,7 +11,7 @@ module.exports = class {
|
|||
this.aliases = [],
|
||||
this.userPerms = [],
|
||||
this.botPerms = [],
|
||||
this.cooldown = 5000,
|
||||
this.cooldown = 30000,
|
||||
this.help = {
|
||||
description: 'See what is currently on offer in the splatnet shop',
|
||||
arguments: '',
|
||||
|
|
|
@ -11,7 +11,7 @@ module.exports = class {
|
|||
this.aliases = ['splatoonmodes'],
|
||||
this.userPerms = [],
|
||||
this.botPerms = [],
|
||||
this.cooldown = 5000,
|
||||
this.cooldown = 30000,
|
||||
this.help = {
|
||||
description: 'Get current and upcoming maps and modes for regular, ranked and league battles.',
|
||||
arguments: '',
|
||||
|
|
Loading…
Reference in a new issue