reminder-bot/src/commands/mod.rs
2021-09-24 12:55:35 +01:00

5 lines
86 B
Rust

pub mod info_cmds;
pub mod moderation_cmds;
pub mod reminder_cmds;
pub mod todo_cmds;