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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
I'm receiving the above error if i use bot.replyPrivate on interactive_message_callback
botkit @^0.6.21
controller.on('interactive_message_callback', function(bot, message) {
// ....Check for the selected option
var nonInteractiveResponse = {...}
bot.replyPrivate(message, nonInteractiveResponse) // An error occurred in the categorize middleware
})
Also is there anyway to use slash command without needing a store?
The text was updated successfully, but these errors were encountered:
I'm receiving the above error if i use
bot.replyPrivate
oninteractive_message_callback
botkit @^0.6.21
Also is there anyway to use slash command without needing a
store
?The text was updated successfully, but these errors were encountered: