Fixed sending move message on stream start and etc

This commit is contained in:
2023-11-21 15:14:00 +01:00
parent 5962609e39
commit f5d15e25f7

View File

@@ -54,6 +54,8 @@ module.exports = {
} else if (oldChannel !== null && newChannel !== null) { } else if (oldChannel !== null && newChannel !== null) {
if (oldChannel.id === newChannel.id) return
channel.send({ channel.send({
embeds: [{ embeds: [{
title: "Voice Channel Switch", title: "Voice Channel Switch",