uberbot/src/commands/mod.rs
2022-07-16 23:30:12 +02:00

7 lines
110 B
Rust

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