diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 1508a0f..767df0d 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -259,12 +259,12 @@ class Mybot(commands.Cog): await self.joke(ctx, "omawa_shindeiru.mp3") await member.edit(mute=True) with ctx.channel.typing(): - await asyncio.sleep(0.5) + await asyncio.sleep(1.7) await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!") else: await self.joke(ctx, "hammer_and_dry.mp3") with ctx.channel.typing(): - await asyncio.sleep(0.5) + await asyncio.sleep(1.7) await ctx.channel.send("Gagné, tu ne seras pas mute!") return await asyncio.sleep(mute_time)