AwaitMessageReply not executing? #487
Unanswered
dextero-dictionary
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help me understand how api.awaitReply(info).join(); works.
In this minimalistic example, I would expect that upon receiving a new message, the bot should send back the "Hello what is your name" message, wait for a response, and then send back "Hello, name".
In reality, the bot receives a message, answers with "Hello what is your name" and then when I provide a name, it resets and says again "Hello what is your name", over and over. Please help me understand the correct usage for the awaitMessageReply as well as a solution to my problem.
Much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions