mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
Check if VC actually changed
This commit is contained in:
parent
d54f03361a
commit
d190957c7f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const LogsVoiceStateUpdateEvt = logsEvt({
|
||||||
channel: newChannel,
|
channel: newChannel,
|
||||||
});
|
});
|
||||||
} else if (oldChannel && newChannel) {
|
} else if (oldChannel && newChannel) {
|
||||||
|
if (oldChannel.id === newChannel.id) return;
|
||||||
logVoiceChannelMove(meta.pluginData, {
|
logVoiceChannelMove(meta.pluginData, {
|
||||||
member,
|
member,
|
||||||
oldChannel,
|
oldChannel,
|
||||||
|
|
Loading…
Add table
Reference in a new issue