diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 3a18b87..0cdf21f 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -137,7 +137,7 @@ def main(): @aiocron.crontab('50 9-23/1 * * *') async def kron(): - if random.choice([True,False,False]): + if random.choice([True,True,True]): for channel in bot.get_all_channels(): if channel.name == "général": current_chan = channel