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
I want the bot to reply a message such as I don't understand your command when someone tries to send it an undefined command. Is it possible? Something like:
slack.UnknownCommand(func(conv hanu.ConversationInterface) {
conv.Reply("Thanks for asking! But I don't understand your command.")
})
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your great work.
I'm asking for a way to handle unknown commands.
My bot is handling 2 commands as the following.
I want the bot to reply a message such as
I don't understand your command
when someone tries to send it an undefined command. Is it possible? Something like:The text was updated successfully, but these errors were encountered: