aboutsummaryrefslogtreecommitdiff
path: root/src/commands/sound_levels.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2019-11-17 22:55:01 -0500
committerNathan Perry <np@nathanperry.dev>2019-11-17 22:55:01 -0500
commitc068e82d2b6341cf7896bfc2e1fd4683f28d67b4 (patch)
treef2372f142c942f6b699bf01fdffcd210b9201796 /src/commands/sound_levels.rs
parent8b2ccf363ac6894c21e256844948c8327645f0db (diff)
remove a bunch of unused imports
Diffstat (limited to 'src/commands/sound_levels.rs')
-rw-r--r--src/commands/sound_levels.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/sound_levels.rs b/src/commands/sound_levels.rs
index 8add787..46695d2 100644
--- a/src/commands/sound_levels.rs
+++ b/src/commands/sound_levels.rs
@@ -16,7 +16,6 @@ use serenity::{
use crate::{
audio::{PlayQueue, VoiceManager},
- Result,
TARGET_GUILD_ID,
util::CtxExt,
};