removed unused imports

master
Edward Shen 2020-05-02 16:55:04 -04:00
parent a24bf87c30
commit 9425bdc7a5
Signed by: edward
GPG Key ID: 19182661E818369F
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
use crate::util::{debug_say, is_bot_owner};
use crate::util::is_bot_owner;
use rand::thread_rng;
use rand::Rng;
use serenity::framework::standard::{macros::command, CommandResult};

View File

@ -1,6 +1,6 @@
use lazy_static::lazy_static;
use serenity::{
builder::CreateMessage,
// builder::CreateMessage,
http::Http,
model::{channel::Message, id::ChannelId},
};