Skip to content

Commit d4e84f1

Browse files
committed
Update WS.php
1 parent f1812bb commit d4e84f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Discord/Voice/Client

src/Discord/Voice/Client/WS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ protected function handleSessionDescription(Payload $data): void
300300
$this->vc->reconnecting = false;
301301
$this->vc->emit('resumed', [$this->vc]);
302302
# TODO: check if this can fix the reconnect issue
303-
$this->vc->emit('ready', [$this->vc]);
303+
//$this->vc->emit('ready', [$this->vc]);
304304
}
305305

306306
if (! $this->vc->deaf && $this->secretKey) {

0 commit comments

Comments
 (0)