uberbot/src/commands/mod.rs

6 lines
96 B
Rust

pub mod help;
pub mod leek;
pub mod waifu;
pub mod sed;
#[cfg(feature = "debug")]
pub mod debug;