modified: bot.py
This commit is contained in:
2
bot.py
2
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)
|
||||
|
||||
Reference in New Issue
Block a user