diff --git a/src/gateway/gateway.rs b/src/gateway/gateway.rs index c146320..dabfeb6 100644 --- a/src/gateway/gateway.rs +++ b/src/gateway/gateway.rs @@ -101,8 +101,6 @@ impl Gateway { } /// The main gateway listener task; - /// - /// Can only be stopped by closing the websocket, cannot be made to listen for kill pub async fn gateway_listen_task(&mut self) { loop { let msg; diff --git a/src/voice/gateway/gateway.rs b/src/voice/gateway/gateway.rs index 3b6c022..4727ae4 100644 --- a/src/voice/gateway/gateway.rs +++ b/src/voice/gateway/gateway.rs @@ -112,8 +112,6 @@ impl VoiceGateway { } /// The main gateway listener task; - /// - /// Can only be stopped by closing the websocket, cannot be made to listen for kill pub async fn gateway_listen_task(&mut self) { loop { let msg;