#![feature(try_trait_v2)] #![feature(pattern)] #![feature(concat_idents)] #![feature(associated_type_defaults)] #![feature(box_patterns)] #![allow(deprecated)] #[tokio::main] async fn main() -> anyhow::Result<()> { thulani::log_setup::init(); thulani::bot::run().await }