From 1f9aa600f3b4ff5d2dfb00d1093a53cd40e9a6e1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 00:24:58 -0400 Subject: [PATCH] Fix --- assets/json/box-choosing.json | 4 ++-- commands/games-sp/box-choosing.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/json/box-choosing.json b/assets/json/box-choosing.json index c73db841..95627040 100644 --- a/assets/json/box-choosing.json +++ b/assets/json/box-choosing.json @@ -9,8 +9,8 @@ "Now. Why don't you choose?\nThe red box, or the blue box?\n\n...It's all right, you won't lose anything by picking either one. ...Come on now.", { "text": "Open the red box or the blue box?", - "options": ["red", "blue", "red box", "blue box"], - "paths": ["red", "blue", "red", "blue"] + "options": ["Red", "Blue"], + "paths": ["red", "blue"] } ], "red": [ diff --git a/commands/games-sp/box-choosing.js b/commands/games-sp/box-choosing.js index fa11c462..43334d32 100644 --- a/commands/games-sp/box-choosing.js +++ b/commands/games-sp/box-choosing.js @@ -84,7 +84,7 @@ module.exports = class BoxChoosingCommand extends Command { new ButtonBuilder().setCustomId('true').setLabel('Yes').setStyle(ButtonStyle.Success), new ButtonBuilder().setCustomId('false').setLabel('No').setStyle(ButtonStyle.Danger) ); - gameMsg = await gameMsg.edit({ content: line, components: [proceedRows] }); + gameMsg = await gameMsg.edit({ content: `${line}\n\n_Proceed?_`, components: [proceedRows] }); let buttonPress; try { buttonPress = await gameMsg.awaitMessageComponent({