mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +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,
|
||||
});
|
||||
} else if (oldChannel && newChannel) {
|
||||
if (oldChannel.id === newChannel.id) return;
|
||||
logVoiceChannelMove(meta.pluginData, {
|
||||
member,
|
||||
oldChannel,
|
||||
|
|
Loading…
Add table
Reference in a new issue