1 2 3 4 5 6 7 8
#![feature(lazy_cell, let_chains, iter_intersperse)] #[macro_use] mod bot; #[tokio::main(flavor = "current_thread")] async fn main() { bot::Bot::spawn().await; }