mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 20:55:16 +00:00
fix: radio bug
This commit is contained in:
parent
db2cd3309c
commit
ee4f95e827
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ module.exports = (client) => {
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (channel.type == Discord.ChannelType.GuildStageVoice) {
|
if (channel.type == Discord.ChannelType.GuildStageVoice) {
|
||||||
channel.guild.me.voice.setSuppressed(false).catch(() => { });
|
channel.guild.members.me.voice.setSuppressed(false);
|
||||||
}
|
}
|
||||||
}, 500)
|
}, 500)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue