From 6326b88c9142f87eb2a83446af0fa53f740f5ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=B9=E1=B4=A7=C9=B4=CF=83=C9=B4=CA=8F=E1=B4=8D=CF=83?= =?UTF-8?q?=E1=B4=9Cs=20=EA=AD=99=CB=BC?= Date: Sun, 4 Jun 2023 18:25:27 +0530 Subject: [PATCH] Fixes --- FallenRobot/modules/bans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FallenRobot/modules/bans.py b/FallenRobot/modules/bans.py index 4810d71d..fd6042a0 100644 --- a/FallenRobot/modules/bans.py +++ b/FallenRobot/modules/bans.py @@ -115,7 +115,7 @@ def ban(update: Update, context: CallbackContext) -> str: ) if reason: reply += f"\n • ʀᴇᴀsᴏɴ: \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: