diff --git a/events/server/voiceStateUpdate/vcJoinLeave.js b/events/server/voiceStateUpdate/vcJoinLeave.js index 4d121bc..3599888 100644 --- a/events/server/voiceStateUpdate/vcJoinLeave.js +++ b/events/server/voiceStateUpdate/vcJoinLeave.js @@ -54,6 +54,8 @@ module.exports = { } else if (oldChannel !== null && newChannel !== null) { + if (oldChannel.id === newChannel.id) return + channel.send({ embeds: [{ title: "Voice Channel Switch",