Skip to content

Commit

Permalink
How did this happen...
Browse files Browse the repository at this point in the history
  • Loading branch information
longnguyen2004 committed Feb 5, 2025
1 parent 7f2c3e6 commit e63d1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/Streamer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class Streamer {
user_id,
channel_id,
(udp) => {
() => resolve(udp)
resolve(udp)
}
);
this._voiceConnection = voiceConn;
Expand Down Expand Up @@ -121,7 +121,7 @@ export class Streamer {
clientUserId,
clientChannelId,
(udp) => {
() => resolve(udp)
resolve(udp)
}
);
this.voiceConnection.streamConnection = streamConn;
Expand Down

0 comments on commit e63d1e6

Please sign in to comment.