From c7c14d019de8296b6752616614c9df58bbf96a6e Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:53:31 -0700 Subject: [PATCH] Add suppress_logs flag to hangman start command --- techsupport_bot/commands/hangman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techsupport_bot/commands/hangman.py b/techsupport_bot/commands/hangman.py index aafef1522..134870e95 100644 --- a/techsupport_bot/commands/hangman.py +++ b/techsupport_bot/commands/hangman.py @@ -341,7 +341,7 @@ async def hangman(self: Self, ctx: commands.Context) -> None: @hangman_app_group.command( name="start", description="Start a Hangman game in the current channel.", - extras={"module": "hangman"}, + extras={"module": "hangman", "suppress_logs": True}, ) async def start_game( self: Self, interaction: discord.Interaction, word: str