reorganized cmds folder structure

This commit is contained in:
2026-03-01 11:28:00 +01:00
parent 7ecabfb0c8
commit ae9b1f3ba0
35 changed files with 52 additions and 286 deletions
+9
View File
@@ -0,0 +1,9 @@
pub mod guild_invite;
pub mod leave_guild;
pub mod main_cmd;
pub mod ping;
pub mod reload_cfg;
pub mod save;
pub mod stop;
pub mod view_guilds;
pub mod whoami;