diff --git a/cogs/events.py b/cogs/events.py index 2912d78..31d76a8 100644 --- a/cogs/events.py +++ b/cogs/events.py @@ -229,7 +229,7 @@ class Events(commands.Cog): if message.guild.me.voice is not None: await message.guild.me.voice.disconnect() voice = await message.author.voice.channel.connect() - if voice.self_mute or voice.mute: + if message.guild.me.voice.self_mute or message.guild.me.voice.mute: await voice.disconnect() await message.channel.trigger_typing() await message.reply("Unmute me >:(", file=discord.File(file))