Debug: Fix claim reset key

This commit is contained in:
2023-03-13 03:43:34 +01:00
parent 147cb1553d
commit a2883732ca

View File

@@ -111,7 +111,7 @@ module.exports = {
}); });
break; break;
case "reset_cd": 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, "drop", 1);
await UserUtils.setCooldown(extUser, "daily", 1); await UserUtils.setCooldown(extUser, "daily", 1);
interaction.editReply({ interaction.editReply({