update how configuring works

This commit is contained in:
Gabriel Fontes
2023-06-11 15:41:55 -03:00
parent c808e5f480
commit e147916d27
10 changed files with 338 additions and 149 deletions

View File

@@ -1,4 +1,3 @@
pub mod client;
pub use client::{Client, MusicClient};
pub mod config;
pub mod discord;
pub mod handles;