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.
Hi there,
First, thanks for your great library.
At the moment, we have another bot (bot A) in our channel. I want my bot (botkit) to listen to these messages and start conversation with another member (John).
Like this:
Bot A: Yay! Build #1550 passed
Botkit: hi @john, do you want to deploy it now?
John: yes, please do it
Botkit: Done!
How can I achieve this use botkit? I can listen on bot_message event but I don't know how to start conversation with another member?
The text was updated successfully, but these errors were encountered:
Hi there,
First, thanks for your great library.
At the moment, we have another bot (bot A) in our channel. I want my bot (botkit) to listen to these messages and start conversation with another member (John).
Like this:
How can I achieve this use botkit? I can listen on
bot_message
event but I don't know how to start conversation with another member?The text was updated successfully, but these errors were encountered: