1 2 3 4 5
#[tokio::main] async fn main() -> anyhow::Result<()> { thulani::log_setup::init(); thulani::bot::run().await }