added /debug Save for quickly saving any data

This commit is contained in:
2026-02-28 14:03:35 +01:00
parent be3570af78
commit 98c35d937b
6 changed files with 35 additions and 9 deletions
+2 -1
View File
@@ -24,9 +24,10 @@ 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 save;
pub mod stop;
pub mod view_guilds;
pub mod whoami;
}