mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Fix lol
This commit is contained in:
@@ -58,9 +58,9 @@ module.exports = class RussianRouletteCommand extends Command {
|
|||||||
} else {
|
} else {
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
**${player.tag}** pulls the trigger... **And lives...**
|
**${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;
|
let first = true;
|
||||||
for (const next of turn) {
|
for (const next of turn) {
|
||||||
const nextPlayer = players.get(next);
|
const nextPlayer = players.get(next);
|
||||||
|
|||||||
Reference in New Issue
Block a user