mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix lint
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = class MinesweeperCommand extends Command {
|
|||||||
let win = null;
|
let win = null;
|
||||||
game.onWin = () => { win = true; };
|
game.onWin = () => { win = true; };
|
||||||
game.onLoss = () => { win = false; };
|
game.onLoss = () => { win = false; };
|
||||||
let flagged = [];
|
const flagged = [];
|
||||||
while (win === null) {
|
while (win === null) {
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
${msg.author}, what coordinates do you pick (ex. 4,5)? Type \`end\` to forefeit.
|
${msg.author}, what coordinates do you pick (ex. 4,5)? Type \`end\` to forefeit.
|
||||||
|
|||||||
Reference in New Issue
Block a user