From a2883732cafc03d6a944b86c717bb9e9faa1e7e1 Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Mon, 13 Mar 2023 03:43:34 +0100 Subject: [PATCH] Debug: Fix claim reset key --- commands/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/debug.js b/commands/debug.js index a74d21d..db98563 100644 --- a/commands/debug.js +++ b/commands/debug.js @@ -111,7 +111,7 @@ module.exports = { }); break; case "reset_cd": - await UserUtils.setCooldown(extUser, "pull", 1); + await UserUtils.setCooldown(extUser, "claim", 1); await UserUtils.setCooldown(extUser, "drop", 1); await UserUtils.setCooldown(extUser, "daily", 1); interaction.editReply({