pub fn build_sensorium_loop(
bot_token: String,
app_token: String,
default_channel: String,
) -> SensoriumLoopExpand description
Construct a SensoriumLoop with a SlackGateway registered.
Does not register any workers — callers can add their own before calling run().