From f2082e25fb23565a287c9cc4bba53e094b4a4569 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 00:23:18 -0400 Subject: [PATCH] Fix --- commands/games-sp/box-choosing.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-sp/box-choosing.js b/commands/games-sp/box-choosing.js index 370d41f8..fa11c462 100644 --- a/commands/games-sp/box-choosing.js +++ b/commands/games-sp/box-choosing.js @@ -103,6 +103,7 @@ module.exports = class BoxChoosingCommand extends Command { break; } await buttonPress.deferUpdate(); + i++; } } return gameMsg.edit({ content: script.end, components: [] });