From ed53eb375d3aa309a8f8a2f9c334e2cf44f89edd Mon Sep 17 00:00:00 2001 From: neoarz Date: Fri, 10 Oct 2025 10:20:38 -0400 Subject: [PATCH] fix(minesweeper): dont time out game after user has won/lost --- cogs/fun/minesweeper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/fun/minesweeper.py b/cogs/fun/minesweeper.py index a862528..f85cab4 100644 --- a/cogs/fun/minesweeper.py +++ b/cogs/fun/minesweeper.py @@ -137,6 +137,7 @@ class MsView(discord.ui.View): await asyncio.sleep(1) else: raise + self.stop() def GetBoardRow(self, pos): if pos in [0, 1, 2, 3, 4]: @@ -206,6 +207,7 @@ class MsView(discord.ui.View): await asyncio.sleep(1) else: raise + self.stop() def minesweeper_command(): @commands.hybrid_command(