From 28f3abbdb0de0398c509c22853eae2b66878eccb Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:03:37 +0200 Subject: [PATCH] remove outdated docs --- src/gateway/gateway.rs | 2 -- src/voice/gateway/gateway.rs | 2 -- 2 files changed, 4 deletions(-) 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;