diff --git a/commands/mp-games/russian-roulette.js b/commands/mp-games/russian-roulette.js index a88e8faa..917783cc 100644 --- a/commands/mp-games/russian-roulette.js +++ b/commands/mp-games/russian-roulette.js @@ -53,7 +53,8 @@ module.exports = class RussianRouletteCommand extends Command { `); const keepGoing = await verify(msg.channel, opponent.bot ? msg.author : notPlayer); if (!keepGoing) { - winner = player; + if (opponent.bot) winner = opponent; + else winner = player; quit = true; } round++; diff --git a/package.json b/package.json index 4d5feb2f..ba5e4bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "109.2.2", + "version": "109.2.3", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {