initial commit

This commit is contained in:
Gabriel Fontes
2022-01-27 22:57:11 -03:00
commit c8c2b86ea6
16 changed files with 3720 additions and 0 deletions

4
src/lib.rs Normal file
View File

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