From 83837c62da85b5d131ba2a5c4179c58dd745b6b3 Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 16:27:41 +0200 Subject: [PATCH] roulette 2eme essai --- 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 db8f8b5..3244e7c 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -236,7 +236,7 @@ class Mybot(commands.Cog): async def roulette(self, ctx): mute_time = 60 member = ctx.message.author - barillet = [False, False, True, False, False, False] + barillet = [False, False, True, False, False] bullet = random.choice(barillet) if bullet == True: await member.edit(mute=True)