Skip to content

Commit

Permalink
small telegram update
Browse files Browse the repository at this point in the history
  • Loading branch information
RJP committed May 31, 2018
1 parent 37f6eb4 commit 846f91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions telegram/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def main():
updater = Updater(telegram_bot_token)
dp = updater.dispatcher

print "[!] Send /start to the bot."

conv_handler = ConversationHandler(
entry_points=[CommandHandler('start', start)],

Expand Down

0 comments on commit 846f91c

Please sign in to comment.