From 949ba4c2ede7e672442142be549dac088375c924 Mon Sep 17 00:00:00 2001 From: Jacob Date: Fri, 20 Mar 2026 15:12:01 -0400 Subject: [PATCH] chore: remove unused import --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index e669503..ed1c0e1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)]