From c49a2c321e11cf7c1288cc9cf00ab54de7bce2f7 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 28 May 2019 05:02:25 -0700 Subject: [PATCH] removed news command handler --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 9764764..1fdc203 100644 --- a/bot.py +++ b/bot.py @@ -82,7 +82,6 @@ def main(): # on different commands - answer in Telegram dp.add_handler(CommandHandler("start", start)) dp.add_handler(CommandHandler("help", help)) - dp.add_handler(CommandHandler("news", news)) dp.add_handler(CommandHandler("dividend", dividend)) # on noncommand i.e message - echo the message on Telegram