up cooldown to prevent api abuse

This commit is contained in:
Emily 2021-03-02 09:35:35 +11:00
parent 208f2c2d01
commit b04ef2a7bd
3 changed files with 3 additions and 3 deletions

View file

@ -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: '',

View file

@ -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: '',

View file

@ -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: '',