uberbot/src/commands/mod.rs

10 lines
143 B
Rust
Raw Normal View History

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