mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user