From 7d54de95a42bc7cc996c23eee448a9e864bfc3c2 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 16:33:34 +0200 Subject: [PATCH] roulette 4eme essai --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 796a801..b62891d 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -245,7 +245,7 @@ class Mybot(commands.Cog): await ctx.channel.send("Gagné, tu ne seras pas mute!") return await asyncio.sleep(mute_time) - await member.edit(False) + await member.edit(mute=False) await ctx.channel.send("Tu peux reparler %s!" % member.mention) @tasks.loop(seconds=1.5)