echbot/src/commands/mod.rs

5 lines
92 B
Rust

// Group all commands for registration
mod api;
pub mod random;
pub mod slur;
pub mod team;