uberbot/src/commands/mod.rs

6 lines
96 B
Rust
Raw Normal View History

pub mod help;
pub mod leek;
pub mod waifu;
2022-07-16 16:00:43 -05:00
pub mod sed;
#[cfg(feature = "debug")]
pub mod debug;