diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 767df0d..f3126bb 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -264,7 +264,7 @@ class Mybot(commands.Cog): else: await self.joke(ctx, "hammer_and_dry.mp3") with ctx.channel.typing(): - await asyncio.sleep(1.7) + await asyncio.sleep(2.5) await ctx.channel.send("Gagné, tu ne seras pas mute!") return await asyncio.sleep(mute_time)