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)