Bump the bot
Some checks failed
/ check_lfs (push) Successful in 14s
On_Push / lint_fmt (push) Failing after 1m13s
On_Push / lint_clippy (push) Successful in 2m53s
On_Push / build (push) Has been skipped
On_Push / deploy (push) Has been skipped

This commit is contained in:
silver 2025-08-31 11:51:57 +00:00
parent a225c14b4f
commit 061b73378a

View file

@ -27,6 +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)
struct Handler; struct Handler;
#[async_trait] #[async_trait]