remove outdated docs

This commit is contained in:
kozabrada123 2024-04-16 17:03:37 +02:00
parent 3e29a3274a
commit 177dbaf0f6
2 changed files with 0 additions and 4 deletions

View File

@ -101,8 +101,6 @@ impl Gateway {
} }
/// The main gateway listener task; /// 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) { pub async fn gateway_listen_task(&mut self) {
loop { loop {
let msg; let msg;

View File

@ -112,8 +112,6 @@ impl VoiceGateway {
} }
/// The main gateway listener task; /// 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) { pub async fn gateway_listen_task(&mut self) {
loop { loop {
let msg; let msg;