Merge branch 'dev' into 'main'

Fixed sending move message on stream start and etc

See merge request illegitimate/illegitimate-bot!77
This commit is contained in:
2023-11-21 14:15:26 +00:00

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",