From 653ed064da194a2feca69618f66913ddc77b8f54 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Tue, 11 May 2021 18:05:34 +0545 Subject: [PATCH] todo --- src/Player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Player.ts b/src/Player.ts index 6dfc19f..54f8a3c 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -1054,7 +1054,7 @@ export class Player extends EventEmitter { if (!oldState.channelID || newState.channelID) { const emptyTimeout = this._cooldownsTimeout.get(`empty_${oldState.guild.id}`); - // @todo: stage channels + // @todo: make stage channels stable const channelEmpty = Util.isVoiceEmpty(queue.voiceConnection.channel as VoiceChannel); if (!channelEmpty && emptyTimeout) { clearTimeout(emptyTimeout);