From a240302e707c14257f1301b6b55f1b1acf6a85df Mon Sep 17 00:00:00 2001 From: BFlow Date: Fri, 17 Apr 2020 16:26:59 +0200 Subject: [PATCH] roulette 60s pas 10 --- 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 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!")