Skip to content

Commit

Permalink
Update VoiceStateUpdate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasB25 committed Sep 30, 2024
1 parent 2f8cb03 commit d9cb007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/client/VoiceStateUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class VoiceStateUpdate extends Event {
if (newState.serverMute && !player.paused) {
player.pause();
} else if (!newState.serverMute && player.paused) {
player.pause();
player.resume();
}
}

Expand Down

0 comments on commit d9cb007

Please sign in to comment.