From 3e1480caf54ead016bf2d0574f339476221ec7ac Mon Sep 17 00:00:00 2001 From: neoarz Date: Mon, 15 Sep 2025 17:34:08 -0400 Subject: [PATCH] chore: mention author after they lose --- cogs/fun/minesweeper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun/minesweeper.py b/cogs/fun/minesweeper.py index 1f4580d..e81f86c 100644 --- a/cogs/fun/minesweeper.py +++ b/cogs/fun/minesweeper.py @@ -132,7 +132,7 @@ class MsView(discord.ui.View): bombemo = "💣" embed = discord.Embed( title="Minesweeper", - description="💥 BOOM! You hit a bomb! Game Over!", + description=f"💥 BOOM! You hit a bomb. Game Over!\n-# gg {self.ctx.author.mention}", color=0xE02B2B ) embed.set_author(name="Fun", icon_url="https://yes.nighty.works/raw/eW5lLm.webp")