From 4332f93c9c937e3965fa3a8480df576e69e4f1ff Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:10:17 -0500 Subject: [PATCH] init refactor --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 316483e..fe6b12d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,6 +14,8 @@ pub type BotAR = Arc>; use casual_logger::{Level,Log}; +// smol + #[tokio::main] pub async fn main() { -- 2.46.0