Moved bot api files

This commit is contained in:
Benjamin Sherriff
2023-12-02 14:48:13 -05:00
parent dc2ff172b0
commit f3c0955cb2
20 changed files with 78 additions and 95 deletions

View File

@@ -8,8 +8,6 @@ use log::{error, info};
use r2d2;
use std::env;
pub mod guilds;
pub mod messages;
pub mod schema;
type DbPool = r2d2::Pool<DieselConnectionManager<PgConnection>>;