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.
As it is, you can bind multiple adapters to the same Botkit controller. See this example.
However, when the bot worker is spawned, it will always use the "default" controller.adapter that is passed in or created when new Botkit() is called.
We should introduce an optional parameter to the handleTurn call which accepts an adapter that will be used to spawn bots. This is the problematic code
The text was updated successfully, but these errors were encountered:
As it is, you can bind multiple adapters to the same Botkit controller. See this example.
However, when the bot worker is spawned, it will always use the "default" controller.adapter that is passed in or created when
new Botkit()
is called.We should introduce an optional parameter to the
handleTurn
call which accepts an adapter that will be used to spawn bots. This is the problematic codeThe text was updated successfully, but these errors were encountered: