From 9c507558431328b60671e066d91b2f43e32a6115 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 11 Nov 2019 23:14:05 -0500 Subject: [PATCH] Actually, this --- commands/games/russian-roulette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/russian-roulette.js b/commands/games/russian-roulette.js index 3006a2fb..b195002d 100644 --- a/commands/games/russian-roulette.js +++ b/commands/games/russian-roulette.js @@ -44,7 +44,7 @@ module.exports = class RussianRouletteCommand extends Command { const notPlayer = userTurn ? msg.author : opponent; await msg.say(stripIndents` **${player.tag}** pulls the trigger... **And ${gun[round] ? 'dies!**' : 'lives...**'} - ${opponent.bot ? 'Continue?' : `Will you take the gun, ${notPlayer}?`} (${8 - round - 1} chances left) + ${opponent.bot ? 'Continue?' : `Will you take the gun, ${notPlayer}?`} (${8 - round - 1} shots left) `); if (gun[round]) { winner = notPlayer;