chore: remove unused import
This commit is contained in:
@@ -5,9 +5,7 @@ use secrecy::{ExposeSecret, SecretString};
|
||||
use snafu::Snafu;
|
||||
use std::{fmt::Debug, str::FromStr};
|
||||
use tracing_subscriber::fmt::format::FmtSpan;
|
||||
use twilight_gateway::{
|
||||
Event, EventTypeFlags, Intents, Shard, ShardId, StreamExt, error::ReceiveMessageErrorType,
|
||||
};
|
||||
use twilight_gateway::{Event, EventTypeFlags, Intents, Shard, ShardId, StreamExt};
|
||||
use twilight_model::id::{Id, marker::UserMarker};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
||||
Reference in New Issue
Block a user