Actually, this

This commit is contained in:
Dragon Fire
2019-11-11 23:14:05 -05:00
parent a485e88af6
commit 9c50755843
+1 -1
View File
@@ -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;