1
0
Fork 0

Why not unmute command sender ._.

This commit is contained in:
Ethanell 2020-04-09 12:27:52 +02:00
parent b21c193427
commit 7efeadd8ad

View file

@ -183,7 +183,7 @@ class Speak(commands.Cog):
await ctx.message.add_reaction("\u274C")
else:
for client in ctx.author.voice.channel.members:
if client != ctx.author and not client.bot:
if not client.bot:
await client.edit(mute=False)
await ctx.message.add_reaction("\U0001f44d")