subscribeWithBotLogger

fun <T> Flow<T>.subscribeWithBotLogger(scope: CoroutineScope, errorMessageBuilder: T.(Throwable) -> Any = { "Something went wrong" }, block: suspend (T) -> Unit): Job