diff options
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 5c23418..82b359a 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -9,12 +9,11 @@ use serenity::{ use crate::{ util::CtxExt, }; -#[cfg(feature = "games")] -use crate::game::*; pub use self::{ playback::*, sound_levels::*, + roll::roll, }; #[cfg(feature = "diesel")] pub use self::meme::*; @@ -30,7 +29,7 @@ group!({ only_in: "guild", }, commands: [ - roll::roll, + roll, ], }); |
