removed unused imports
This commit is contained in:
parent
a24bf87c30
commit
9425bdc7a5
2 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use lazy_static::lazy_static;
|
||||
use serenity::{
|
||||
builder::CreateMessage,
|
||||
// builder::CreateMessage,
|
||||
http::Http,
|
||||
model::{channel::Message, id::ChannelId},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue