reminder-bot/src/commands/mod.rs
2020-08-18 20:09:21 +01:00

5 lines
86 B
Rust

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