Bump 2
All checks were successful
/ check_lfs (push) Successful in 9s
On_Push / lint_fmt (push) Successful in 17s
On_Push / lint_clippy (push) Successful in 27s
On_Push / build (push) Successful in 1m38s
On_Push / deploy (push) Successful in 15s

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 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;
#[async_trait]