Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasptsch committed Mar 6, 2022
1 parent facb7bc commit a5db250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ready: Event = {
channelMembers[0]
const secondary = await createSecondary(channel.guild.channels, element.id, channelMembers[0])
channelMembers.slice(1).forEach(channelMember => {
const currentVoice = channelMember.voice.setChannel(secondary)
channelMember.voice.setChannel(secondary)
});
}
}
Expand Down

0 comments on commit a5db250

Please sign in to comment.