mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +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(() => {
|
||||
if (channel.type == Discord.ChannelType.GuildStageVoice) {
|
||||
channel.guild.me.voice.setSuppressed(false).catch(() => { });
|
||||
channel.guild.members.me.voice.setSuppressed(false);
|
||||
}
|
||||
}, 500)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue