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