From 66ebace5b1ef17971a5bcf84b4b9f7ce6c6769cf Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 12 Oct 2020 16:41:54 -0400 Subject: [PATCH] Fix --- commands/random-res/will-you-press-the-button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/random-res/will-you-press-the-button.js b/commands/random-res/will-you-press-the-button.js index 2f3b712d..b5e8276c 100644 --- a/commands/random-res/will-you-press-the-button.js +++ b/commands/random-res/will-you-press-the-button.js @@ -25,11 +25,11 @@ module.exports = class WillYouPressTheButtonCommand extends Command { try { const dilemma = await this.fetchDilemma(); await msg.reply(stripIndents` - **${dilemma.txt1}** but **${dilemma.txt2}**. Will you press the button? + **${dilemma.txt1}** but **${dilemma.txt2}** Will you press the button? _Respond with [y]es or [n]o to continue._ `); const verification = await verify(msg.channel, msg.author); - if (!verification) return msg.reply('No response? Too bad.'); + if (verification === 0) return msg.reply('No response? Too bad.'); await this.postResponse(dilemma.id, verification); const totalVotes = dilemma.yes + dilemma.no; return msg.reply(stripIndents`