Move all commands to their own files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user