This commit is contained in:
Dragon Fire
2021-05-02 08:59:10 -04:00
parent f02a960299
commit 8d5fa6075c
+1 -1
View File
@@ -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;