mirror of
https://github.com/ethanrusz/echbot.git
synced 2025-04-18 11:26:32 -04:00
7 lines
127 B
Rust
7 lines
127 B
Rust
// Group all commands for registration
|
|
mod api;
|
|
pub mod ping;
|
|
pub mod profile;
|
|
pub mod random;
|
|
pub mod register;
|
|
pub mod team;
|