From 8d5fa6075ce4d71f9ea5ed78ef7c03c598559f13 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 2 May 2021 08:59:10 -0400 Subject: [PATCH] Fix --- commands/games-mp/russian-roulette.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/russian-roulette.js b/commands/games-mp/russian-roulette.js index 27cf3d70..101f428b 100644 --- a/commands/games-mp/russian-roulette.js +++ b/commands/games-mp/russian-roulette.js @@ -59,7 +59,7 @@ module.exports = class RussianRouletteCommand extends Command { const nextUp = players.get(turn[0]).user; await msg.say(stripIndents` **${player.user.tag}** pulls the trigger... **And lives...** - ${nextUp.bot ? '' : `Will you take the gun, ${nextUp.user}?`} + ${nextUp.bot ? '' : `Will you take the gun, ${nextUp}?`} `); if (!nextUp.bot) { let first = true;