From a7f43332af75341b3573d2a97c5fa112f639555b Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 14:54:02 +0200 Subject: [PATCH] Le bot est gentil essai 2 --- 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 f27a617..f10063b 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(False) + 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')