Add other db tables

This commit is contained in:
Benjamin Sherriff
2023-10-03 12:11:48 -04:00
parent 6c8a7ceefc
commit 95ede3291e
38 changed files with 247 additions and 26 deletions

View File

@@ -22,8 +22,6 @@ use songbird::SerenityInit;
mod commands;
mod error_handler;
mod db;
mod messages;
mod schema;
struct Handler {
// Open AI Config
oai: Option<commands::oai::OAI>