diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 52747d8..db8f8b5 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -240,7 +240,7 @@ class Mybot(commands.Cog): bullet = random.choice(barillet) if bullet == True: await member.edit(mute=True) - await ctx.channel.send("Perdu, tu es mute pendant 10 secondes!") + await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!") return else: await ctx.channel.send("Gagné, tu ne seras pas mute!")