From c068e82d2b6341cf7896bfc2e1fd4683f28d67b4 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sun, 17 Nov 2019 22:55:01 -0500 Subject: remove a bunch of unused imports --- src/commands/mod.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/commands/mod.rs') 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, ], }); -- cgit v1.3.1