This commit is contained in:
Dragon Fire
2021-05-02 08:53:54 -04:00
parent f104167df3
commit 716492be49
+2 -2
View File
@@ -58,9 +58,9 @@ module.exports = class RussianRouletteCommand extends Command {
} else {
await msg.say(stripIndents`
**${player.tag}** pulls the trigger... **And lives...**
${opponent.bot ? '' : `Will you take the gun, ${players.get(turn[0]).user}?`}
${player.bot ? '' : `Will you take the gun, ${players.get(turn[0]).user}?`}
`);
if (!opponent.bot) {
if (!player.bot) {
let first = true;
for (const next of turn) {
const nextPlayer = players.get(next);