We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1812bb commit d4e84f1Copy full SHA for d4e84f1
1 file changed
src/Discord/Voice/Client/WS.php
@@ -300,7 +300,7 @@ protected function handleSessionDescription(Payload $data): void
300
$this->vc->reconnecting = false;
301
$this->vc->emit('resumed', [$this->vc]);
302
# TODO: check if this can fix the reconnect issue
303
- $this->vc->emit('ready', [$this->vc]);
+ //$this->vc->emit('ready', [$this->vc]);
304
}
305
306
if (! $this->vc->deaf && $this->secretKey) {
0 commit comments