diff options
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 82b359a..da75275 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -13,7 +13,7 @@ use crate::{ pub use self::{ playback::*, sound_levels::*, - roll::roll, + roll::{roll, ROLL_COMMAND}, }; #[cfg(feature = "diesel")] pub use self::meme::*; |
