init refactor

This commit is contained in:
ModulatingForce 2024-02-24 17:10:17 -05:00
parent 2dd4d5c4b6
commit 4332f93c9c

View file

@ -14,6 +14,8 @@ pub type BotAR = Arc<RwLock<BotInstance>>;
use casual_logger::{Level,Log};
// smol
#[tokio::main]
pub async fn main() {