fun <T : Bus<T>> T.withSlack(messageProvider: () -> SlackConnectorMessage): T
Adds a Slack ConnectorMessage if the current connector is Slack. You need to call BotBus.send or BotBus.end later to send this message.