remove outdated docs

This commit is contained in:
kozabrada123 2024-04-16 17:03:37 +02:00
parent 9aaeb579a1
commit 28f3abbdb0
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;