This commit is contained in:
Dragon Fire
2024-05-02 00:22:12 -04:00
parent d01a7f4753
commit b2ee411e13
-1
View File
@@ -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) {