chore: remove unused import

This commit is contained in:
2026-03-20 15:12:01 -04:00
parent 9d45942260
commit 949ba4c2ed

View File

@@ -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)]