From 928fd4314db88c623ea991de4e6e669027f57848 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Jan 2019 19:03:37 -0500 Subject: improve imports --- src/commands/playback/mod.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/commands/playback/mod.rs') diff --git a/src/commands/playback/mod.rs b/src/commands/playback/mod.rs index bbcbd74..efb2553 100644 --- a/src/commands/playback/mod.rs +++ b/src/commands/playback/mod.rs @@ -1,9 +1,12 @@ use either::{Left, Right}; -use serenity::voice::{LockedAudio, ytdl}; +use serenity::{ + voice::{LockedAudio, ytdl}, + model::id::ChannelId, + framework::standard::Args, +}; use super::*; pub use self::types::*; -use serenity::framework::standard::Args; mod types; -- cgit v1.3.1