diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index f10063b..46ccee1 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -326,7 +326,7 @@ def main(): current_chan = channel elif channel.name == "Général": for member in channel.members: - member.edit(mute=False) + await member.edit(mute=False) await current_chan.send('Le troll est dans la place !') ctx = await bot.get_context(current_chan.last_message) join = bot.get_command('join')