From 8ba7a1bf9877025755c038095bd641aab1d540d0 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:52:31 +0100 Subject: [PATCH] modified: bot.py --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index a5364a3..58e827d 100644 --- a/bot.py +++ b/bot.py @@ -5046,6 +5046,7 @@ async def warn(ctx, user: discord.User, reason: str = "No reason provided", mess await msg.delete() except: pass + else: # Normal mode: public response await send_response(embed=embed) @@ -6622,6 +6623,7 @@ async def mute(ctx, user: discord.User, duration: str, reason: str = "No reason await msg.delete() except: pass + else: # Normal mode: public response await send_response(embed=embed)