Implemented API Key creation/usage and changed layout of audio requests
This commit is contained in:
@@ -7,7 +7,7 @@ use crate::error::SirenResult;
|
||||
pub mod events;
|
||||
pub mod guilds;
|
||||
pub mod messages;
|
||||
mod query;
|
||||
pub mod query;
|
||||
|
||||
static POOL: OnceLock<Pool<Postgres>> = OnceLock::new();
|
||||
static REDIS: OnceLock<RedisClient> = OnceLock::new();
|
||||
|
||||
Reference in New Issue
Block a user