diff options
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 13 |
1 files changed, 2 insertions, 11 deletions
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::*; |
