diff --git a/commands/games-sp/box-choosing.js b/commands/games-sp/box-choosing.js index da35dca0..370d41f8 100644 --- a/commands/games-sp/box-choosing.js +++ b/commands/games-sp/box-choosing.js @@ -41,7 +41,6 @@ module.exports = class BoxChoosingCommand extends Command { end = true; break; } - gameMsg = await msg.say(typeof line === 'object' ? line.text : `${line}\n\n_Proceed?_`); if (line.options) { const choiceRows = new ActionRowBuilder(); for (const option of line.options) {