mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-10-10 17:16:03 +00:00
0.3.2 - fixed a bug with missing + in replier
This commit is contained in:
@@ -27,7 +27,7 @@ class Replier:
|
||||
try:
|
||||
update.effective_message.reply_markdown_v2(message, reply_markup=reply_markup)
|
||||
except Exception as err:
|
||||
Logger.error("replier.markdown error: "str(err))
|
||||
Logger.error("replier.markdown error: " + str(err))
|
||||
|
||||
@staticmethod
|
||||
def html(update: Update, html: str, reply_markup: Optional[InlineKeyboardMarkup] = None) -> None:
|
||||
|
Reference in New Issue
Block a user