From 28a3ff29607f02fe4eaa3c21b2861859cbbd1d65 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 2 Sep 2021 21:50:40 +0000 Subject: [PATCH] Turn off error messages until trending error is figured out --- bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bot.py b/bot.py index f21a789..0d413c6 100644 --- a/bot.py +++ b/bot.py @@ -531,10 +531,10 @@ def error(update: Update, context: CallbackContext): else: warning(tb_string) - update.message.reply_text( - text=f"An error has occured. Please inform @MisterBiggs if the error persists. Error Code: `{err_code}`", - parse_mode=telegram.ParseMode.MARKDOWN, - ) + # update.message.reply_text( + # text=f"An error has occured. Please inform @MisterBiggs if the error persists. Error Code: `{err_code}`", + # parse_mode=telegram.ParseMode.MARKDOWN, + # ) # Finally, send the message # update.message.reply_text(text=message, parse_mode=telegram.ParseMode.HTML)