From c0be47a4e2b9eee55c2a3be9ee565dcac7bfdeb4 Mon Sep 17 00:00:00 2001 From: BFlow Date: Thu, 9 Apr 2020 16:53:58 +0200 Subject: [PATCH] ajout de kamoulox dans le kron et muselage du bot --- 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 9ece955..12fe155 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -235,7 +235,7 @@ def main(): @aiocron.crontab('50 9-23/1 * * *') async def kron(): - kron_choice = random.choice(["kaamelott","slap","kaamelott",False]) + kron_choice = random.choice(["kaamelott","slap","kamoulox",False, False, False]) if kron_choice: await asyncio.sleep(random.choice(range(3550))) for channel in bot.get_all_channels():