uberbot/src/commands/mod.rs
2022-08-06 17:49:06 -05:00

12 lines
172 B
Rust

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