From c75bc4a5dc9ff5af640bfd2c0e8400d421ffb2f6 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 21 Apr 2020 12:33:28 +0200 Subject: [PATCH] add sleep command roulette --- 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 56b159a..b53d0af 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -259,7 +259,7 @@ class Mybot(commands.Cog): await self.joke(ctx, "omawa_shindeiru.mp3") await member.edit(mute=True) with ctx.channel.typing(): - await asyncio.sleep(1.7) + await asyncio.sleep(3) await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!") else: await self.joke(ctx, "hammer_and_dry.mp3")