mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user