chore: mention author after they lose

This commit is contained in:
neoarz
2025-09-15 17:34:08 -04:00
parent 953246688d
commit 3e1480caf5

View File

@@ -132,7 +132,7 @@ class MsView(discord.ui.View):
bombemo = "💣" bombemo = "💣"
embed = discord.Embed( embed = discord.Embed(
title="Minesweeper", 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 color=0xE02B2B
) )
embed.set_author(name="Fun", icon_url="https://yes.nighty.works/raw/eW5lLm.webp") embed.set_author(name="Fun", icon_url="https://yes.nighty.works/raw/eW5lLm.webp")