ConversationHandler Question #2466
Unanswered
shapiroj18
asked this question in
Q&A
Replies: 1 comment
-
The problem is that for your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I am trying to get a ConversationHandler working with multiple steps. I have pasted my code here: https://pastebin.com/FZGvtTuq.
The general flow I'm hoping for is:
User types
/randomjam
. The bot then asks if they were hoping forTrue Random
,Year Random
,Song Random
, orYearSong Random
. Depending on their response, it will have them specify additional data needed (year or song via a message). Then, I'm hoping to process a different function dependent on which type of random they selected.Right now, the handler can make it to step two (asking the user for input dependent on what type of random they select), but never moves to step three (processing function and sending response data based on their input data).
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions