uberbot/src/commands/mod.rs

9 lines
128 B
Rust

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