From dfae58a67e70b7418b1b8c22c1504287d0f11a8f Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 21 Apr 2020 20:45:00 +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 264b95e..43b1670 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -257,7 +257,7 @@ class Mybot(commands.Cog): await self.joke(ctx, "spinning_and_closed.mp3") if bullet == True: await self.joke(ctx, "omawa_shindeiru.mp3") - await asyncio.sleep(1.6) + await asyncio.sleep(2) await member.edit(mute=True) with ctx.channel.typing(): await asyncio.sleep(3)