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

@ -23,7 +23,7 @@ use serde::{Deserialize, Serialize};
use crate::{
commands::{
moderation_cmds::{max_macro_page, show_macro_page},
command_macro::list::{max_macro_page, show_macro_page},
reminder_cmds::{max_delete_page, show_delete_page},
todo_cmds::{max_todo_page, show_todo_page},
},