You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2b-rs/src/commands/mod.rs

9 lines
186 B
Rust

pub use minecraft::MINECRAFT_GROUP;
pub use misc::help::HELP;
pub use misc::MISC_GROUP;
pub use music::MUSIC_GROUP;
pub(crate) mod minecraft;
pub(crate) mod misc;
pub(crate) mod music;