diff --git a/apps/telegram-bot/bot.py b/apps/telegram-bot/bot.py index 835ce37..dd4445a 100644 --- a/apps/telegram-bot/bot.py +++ b/apps/telegram-bot/bot.py @@ -67,8 +67,6 @@ def build_app() -> Application: app.add_handler(CallbackQueryHandler(cmd_delete_message)) - app.add_handler(MessageHandler(filters.COMMAND, cmd_help)) - app.add_error_handler(error_handler) return app