Move all commands to their own files

This commit is contained in:
jude
2024-02-17 18:55:16 +00:00
parent eb92eacb90
commit 4823754955
51 changed files with 1757 additions and 1699 deletions

View File

@@ -1,8 +1,21 @@
pub mod allowed_dm;
mod autocomplete;
pub mod clock;
pub mod clock_context_menu;
pub mod command_macro;
mod command_proc;
pub mod info_cmds;
pub mod moderation_cmds;
pub mod reminder_cmds;
pub mod dashboard;
pub mod delete;
pub mod donate;
pub mod help;
pub mod info;
pub mod look;
pub mod multiline;
pub mod nudge;
pub mod offset;
pub mod pause;
pub mod remind;
pub mod settings;
pub mod timer;
pub mod todo_cmds;
pub mod timezone;
pub mod todo;
pub mod webhook;