mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
This commit is contained in:
parent
9dfcb61a90
commit
55863efa15
1 changed files with 0 additions and 1 deletions
|
|
@ -234,7 +234,6 @@ class VoiceConnection extends EventEmitter {
|
|||
const { token, endpoint, sessionID } = this.authentication;
|
||||
|
||||
if (token && endpoint && sessionID) {
|
||||
clearTimeout(this.connectTimeout);
|
||||
this.status = VoiceStatus.CONNECTING;
|
||||
/**
|
||||
* Emitted when we successfully initiate a voice connection.
|
||||
|
|
|
|||
Loading…
Reference in a new issue