finished debug subcommands

This commit is contained in:
2026-02-24 18:27:50 +01:00
parent 7acfc33b74
commit 69fb19aa56
9 changed files with 112 additions and 13 deletions
+3
View File
@@ -22,10 +22,13 @@ mod re_cmds {
pub mod vote;
}
mod debug_cmds {
pub mod guild_invite;
pub mod leave_guild;
pub mod main_cmd;
pub mod stop;
pub mod ping;
pub mod reload_cfg;
pub mod view_guilds;
pub mod whoami;
}
mod events;