uberbot/src/commands/mod.rs

12 lines
160 B
Rust
Raw Normal View History

2022-07-16 17:05:21 -05:00
#[cfg(feature = "debug")]
pub mod debug;
2022-07-17 13:10:34 -05:00
pub mod eval;
pub mod help;
pub mod leek;
2022-07-17 13:10:34 -05:00
pub mod quotes;
2022-07-16 16:00:43 -05:00
pub mod sed;
2022-07-16 17:40:58 -05:00
pub mod spotify;
2022-07-17 13:10:34 -05:00
pub mod title;
pub mod waifu;