Skip to content

Commit

Permalink
Remove rogue whitespace
Browse files Browse the repository at this point in the history
I forgot to enable the whitespace trimming option on my new PC :(
  • Loading branch information
Mabi19 committed Sep 20, 2023
1 parent cef3a56 commit 91517bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/handlers/voiceStateUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const voiceStateUpdate: GatewayEventHandler = async (
)) as unknown as Guild

const voiceState = await guild.voiceStates.get(d.user_id)

await guild.members.set(d.user_id, d.member as unknown as MemberPayload)

if (d.channel_id === null) {
Expand Down

0 comments on commit 91517bc

Please sign in to comment.