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