This commit is contained in:
silver 2025-08-31 11:55:35 +00:00
parent 061b73378a
commit 3149a5f99f

View file

@ -27,7 +27,7 @@ use sqlx::{Pool, Sqlite};
use std::sync::Arc; use std::sync::Arc;
use tokio::sync::RwLock; use tokio::sync::RwLock;
// Need To Define The Stuct (Committed To Bump The Bot) // Need To Define The Stuct (Committed To Bump The Bot)
struct Handler; struct Handler;
#[async_trait] #[async_trait]