modified: bot.py

This commit is contained in:
SimolZimol
2025-11-07 19:52:31 +01:00
parent cb91f4884a
commit 8ba7a1bf98

2
bot.py
View File

@@ -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)