From 1d38465ef094514e1250322c917814e78b9cd241 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Feb 2021 16:36:58 -0500 Subject: [PATCH] bold yes/no in wyptb --- commands/games-sp/will-you-press-the-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/will-you-press-the-button.js b/commands/games-sp/will-you-press-the-button.js index 32d8a989..bfd2deee 100644 --- a/commands/games-sp/will-you-press-the-button.js +++ b/commands/games-sp/will-you-press-the-button.js @@ -32,7 +32,7 @@ module.exports = class WillYouPressTheButtonCommand extends Command { **${decodeHTML(dilemma.txt1)}** but **${decodeHTML(dilemma.txt2)}** Will you press the button? - _Respond with [y]es or [n]o to continue._ + _Respond with **[y]es** or **[n]o** to continue._ `); const verification = await verify(msg.channel, msg.author); if (verification === 0) {