Fixed query building and dice track
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user