This commit is contained in:
Benjamin Sherriff
2023-10-08 17:11:34 -04:00
parent edbf47cf53
commit 6c3d29d705
6 changed files with 95 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ use crate::bot::{commands::oai::GPTModel, handler::Handler};
use dotenv::dotenv;
mod dnd;
mod bot;
mod db;