add schizo dans les events
This commit is contained in:
parent
cb007a7126
commit
5bc0329c22
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ def main():
|
||||||
|
|
||||||
@aiocron.crontab('50 9-23/1 * * *')
|
@aiocron.crontab('50 9-23/1 * * *')
|
||||||
async def kron():
|
async def kron():
|
||||||
kron_choice = random.choice(["kaamelott", "slap", "kamoulox", "contrepeterie", False, False, False, False])
|
kron_choice = random.choice(["kaamelott", "slap", "kamoulox", "contrepeterie", "schizo", False, False, False, False, False, False])
|
||||||
if kron_choice:
|
if kron_choice:
|
||||||
await asyncio.sleep(random.choice(range(3550)))
|
await asyncio.sleep(random.choice(range(3550)))
|
||||||
for channel in bot.get_all_channels():
|
for channel in bot.get_all_channels():
|
||||||
|
|
Loading…
Reference in a new issue