You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, not currently. It's an async loop, where every new message from a user is treated as the first message. There's no state or waiting logic currently in place.
This can be done, but it will be a fundamental change to how the bot handles messages.
Is there a way that within a command, the bot waits for an answer?
Example:
User command: get_forecast
Bot answer: Where?
User: "new york"
Everything within the same command
The text was updated successfully, but these errors were encountered: