Implementing a timeout for FormActions?

Hello @ActuallyAcey

Maybe you can implement some kind of timer on your Discord connector, every time the user chats with the bot the timer is reset. If the timer timeout, you send a “/restart” command to the bot: {“sender”: user_id, “text”: “/restart”} which will restart the whole conversation.

Although there can be a performance problem if you have a lot of users cause that means you’ll have to create and manage a lot of timers.