Split bot and service

This commit is contained in:
Benjamin Sherriff
2023-10-04 19:05:24 -04:00
parent 06f8af6051
commit cee9dbdc81
24 changed files with 1144 additions and 246 deletions

5
bot/src/commands/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
pub mod audio;
pub mod help;
pub mod oai;
pub mod ping;
pub mod schedule;