bold yes/no in wyptb

This commit is contained in:
Dragon Fire
2021-02-21 16:36:58 -05:00
parent 1989ab7cd8
commit 1d38465ef0
@@ -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) {