Skip to content

Commit 6c280a6

Browse files
feat: channelId in voice payload for upcoming LL v4.2.0
1 parent c3180ab commit 6c280a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/structures/Connection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ b */
113113
sessionId: this.voice.sessionId,
114114
endpoint: this.voice.endpoint,
115115
token: this.voice.token,
116+
channelId: this.voiceChannel
116117
};
117118

118119
this.player.riffy.emit("debug", this.player.node.name, `[Rest Manager] Sending Update Player request with voice data: ${JSON.stringify(voiceToSend)}`);

0 commit comments

Comments
 (0)