diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index add2975..f27a617 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -324,6 +324,9 @@ def main(): for channel in bot.get_all_channels(): if channel.name == "général": current_chan = channel + elif channel.name == "Général": + for member in channel.members: + member.edit(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')