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/sound_levels.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/sound_levels.rs') 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, }; -- cgit v1.3.1