Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousX1025 authored Jun 4, 2023
1 parent 2af369e commit 6326b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FallenRobot/modules/bans.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def ban(update: Update, context: CallbackContext) -> str:
)
if reason:
reply += f"\n<code> </code><b>• ʀᴇᴀsᴏɴ:</b> \n{html.escape(reason)}"
bot.sendMessage(chat.id, reply, parse_mode=ParseMode.HTML, quote=False)
bot.sendMessage(chat.id, reply, parse_mode=ParseMode.HTML)
return log

except BadRequest as excp:
Expand Down

0 comments on commit 6326b88

Please sign in to comment.