Move macro commands to own module

Lots of code here
This commit is contained in:
2022-09-12 16:45:00 +01:00
parent c8f646a8fa
commit 8f8235a86e
10 changed files with 618 additions and 603 deletions

View File

@@ -1,4 +1,5 @@
mod autocomplete;
pub mod command_macro;
pub mod info_cmds;
pub mod moderation_cmds;
pub mod reminder_cmds;