1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00

removed echo

This commit is contained in:
Lukas Winkler 2016-11-10 08:17:15 +01:00
parent 7044bff8ba
commit eb1e406105

View file

@ -151,7 +151,7 @@ def main():
dp.add_handler(CommandHandler("save", shutdown))
# on noncommand i.e message - echo the message on Telegram
dp.add_handler(MessageHandler(Filters.text, single))
# dp.add_handler(MessageHandler(Filters.text, single))
dp.add_handler(InlineQueryHandler(inlinequery))