mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
fixes comment on examples/conversationbot2.py (#1216)
This commit is contained in:
parent
e247fa7c2c
commit
b9f56ca479
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def main():
|
||||||
# Get the dispatcher to register handlers
|
# Get the dispatcher to register handlers
|
||||||
dp = updater.dispatcher
|
dp = updater.dispatcher
|
||||||
|
|
||||||
# Add conversation handler with the states GENDER, PHOTO, LOCATION and BIO
|
# Add conversation handler with the states CHOOSING, TYPING_CHOICE and TYPING_REPLY
|
||||||
conv_handler = ConversationHandler(
|
conv_handler = ConversationHandler(
|
||||||
entry_points=[CommandHandler('start', start)],
|
entry_points=[CommandHandler('start', start)],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue