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.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 5000,
|
this.cooldown = 30000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: 'Get current map, weapons and gear for salmon run.',
|
description: 'Get current map, weapons and gear for salmon run.',
|
||||||
arguments: '',
|
arguments: '',
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = class {
|
||||||
this.aliases = [],
|
this.aliases = [],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 5000,
|
this.cooldown = 30000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: 'See what is currently on offer in the splatnet shop',
|
description: 'See what is currently on offer in the splatnet shop',
|
||||||
arguments: '',
|
arguments: '',
|
||||||
|
|
|
@ -11,7 +11,7 @@ module.exports = class {
|
||||||
this.aliases = ['splatoonmodes'],
|
this.aliases = ['splatoonmodes'],
|
||||||
this.userPerms = [],
|
this.userPerms = [],
|
||||||
this.botPerms = [],
|
this.botPerms = [],
|
||||||
this.cooldown = 5000,
|
this.cooldown = 30000,
|
||||||
this.help = {
|
this.help = {
|
||||||
description: 'Get current and upcoming maps and modes for regular, ranked and league battles.',
|
description: 'Get current and upcoming maps and modes for regular, ranked and league battles.',
|
||||||
arguments: '',
|
arguments: '',
|
||||||
|
|
Loading…
Reference in a new issue