ajout de kamoulox dans le kron et muselage du bot
This commit is contained in:
parent
c93b333b57
commit
c0be47a4e2
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue