This commit is contained in:
Dragon Fire
2021-01-16 17:29:13 -05:00
parent aef7601b88
commit 4226f74f6a
+1 -1
View File
@@ -36,7 +36,7 @@ module.exports = class MinesweeperCommand extends Command {
let win = null;
game.onWin = () => { win = true; };
game.onLoss = () => { win = false; };
let flagged = [];
const flagged = [];
while (win === null) {
await msg.say(stripIndents`
${msg.author}, what coordinates do you pick (ex. 4,5)? Type \`end\` to forefeit.