diff options
| -rw-r--r-- | commands/Fun/getcredits.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/Fun/getcredits.js b/commands/Fun/getcredits.js index 44f3c7d..26aaf61 100644 --- a/commands/Fun/getcredits.js +++ b/commands/Fun/getcredits.js @@ -17,10 +17,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * * *************************************/ +const commandCooldown = new Set(); exports.run = (bot, msg) => { - const commandCooldown = new Set(); - if (commandCooldown.has(msg.author.id)) return msg.reply('You have claimed credits too recently') |
