fixes comment on examples/conversationbot2.py (#1216)

This commit is contained in:
Marcelo G. de Andrade 2018-09-12 16:27:35 -03:00 committed by Jasmin Bom
parent e247fa7c2c
commit b9f56ca479

View file

@ -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)],