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: [] });