diff --git a/techsupport_bot/commands/hangman.py b/techsupport_bot/commands/hangman.py index aafef152..134870e9 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