mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Fix
This commit is contained in:
@@ -41,7 +41,6 @@ module.exports = class BoxChoosingCommand extends Command {
|
|||||||
end = true;
|
end = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
gameMsg = await msg.say(typeof line === 'object' ? line.text : `${line}\n\n_Proceed?_`);
|
|
||||||
if (line.options) {
|
if (line.options) {
|
||||||
const choiceRows = new ActionRowBuilder();
|
const choiceRows = new ActionRowBuilder();
|
||||||
for (const option of line.options) {
|
for (const option of line.options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user