Why not unmute command sender ._.
This commit is contained in:
parent
b21c193427
commit
7efeadd8ad
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Reference in a new issue