diff options
-rw-r--r-- | bot/seasons/evergreen/minesweeper.py | 1 |
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, |