Change notPlayer to player (#39)

For some reason notPlayer would use the current player that said no, this might just be for me but i'm going to propose this change anyhow
This commit is contained in:
Jeremiah
2019-12-10 17:23:57 -05:00
committed by Dragon Fire
parent 48d0bdaf61
commit 6cf7ae85f0
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = class RussianRouletteCommand extends Command {
`);
const keepGoing = await verify(msg.channel, opponent.bot ? msg.author : notPlayer);
if (!keepGoing) {
winner = notPlayer;
winner = player;
quit = true;
}
round++;