From 6ad374d089d917cba53a76a40f9fb9bc5793ceb2 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Thu, 24 Jan 2019 21:48:39 -0500 Subject: fix last of import inconsistencies --- src/commands/mod.rs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/commands/mod.rs') diff --git a/src/commands/mod.rs b/src/commands/mod.rs index f2e577b..b73faef 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,18 +1,9 @@ -use std::{ - thread, - time::Duration, -}; - use serenity::{ framework::StandardFramework, - model::{ - channel::Message, - id::ChannelId, - }, - prelude::*, + model::id::ChannelId, }; -use crate::{must_env_lookup, Result, TARGET_GUILD_ID}; +use crate::Result; #[cfg(feature = "diesel")] pub use self::meme::*; -- cgit v1.3.1