reminder-bot/src/commands/mod.rs

4 lines
61 B
Rust
Raw Normal View History

2020-08-09 22:59:31 +00:00
pub mod info_cmds;
pub mod reminder_cmds;
pub mod todo_cmds;