aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/minesweeper.py
diff options
context:
space:
mode:
authorGravatar vivax3794 <[email protected]>2019-08-10 03:00:46 +0200
committerGravatar vivax3794 <[email protected]>2019-08-10 03:00:46 +0200
commite08b45cee1a70d15ce1248564254f456a2dac6bf (patch)
treeefac7636fe2bdd112197df95069da933d3fd0f58 /bot/seasons/evergreen/minesweeper.py
parentfixed winning code again (diff)
removed debugging message
Diffstat (limited to 'bot/seasons/evergreen/minesweeper.py')
-rw-r--r--bot/seasons/evergreen/minesweeper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/minesweeper.py b/bot/seasons/evergreen/minesweeper.py
index e48e3bba..07a19cde 100644
--- a/bot/seasons/evergreen/minesweeper.py
+++ b/bot/seasons/evergreen/minesweeper.py
@@ -86,7 +86,6 @@ class Minesweeper(commands.Cog):
await ctx.author.send("play by typing: `.reveal x y` or `.flag x y` \nclose the game with `.end`")
dm_msg = await ctx.author.send(self.format_for_discord(reveled_board))
- await ctx.author.send(self.format_for_discord(board))
self.games[ctx.author] = {
"board": board,