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