Fixed query building and dice track

This commit is contained in:
2024-12-22 16:59:35 -05:00
parent bd132d0c6b
commit b218cd50f2
11 changed files with 304 additions and 160 deletions

View File

@@ -7,12 +7,13 @@ use crate::error::SirenResult;
pub mod condition;
pub mod events;
mod executable_query;
pub mod guilds;
pub mod insert;
pub mod messages;
pub mod query;
pub mod update;
mod executable_query;
pub use executable_query::ExecutableQuery;
static POOL: OnceLock<Pool<Postgres>> = OnceLock::new();
static REDIS: OnceLock<RedisClient> = OnceLock::new();