From 36441c2d9e905e40f6057d8e03c344fa89f8ce89 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 21 Apr 2020 20:38:46 +0200 Subject: [PATCH] add sleep command roulette --- kabot/kabot/kabot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index b53d0af..264b95e 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -257,6 +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 member.edit(mute=True) with ctx.channel.typing(): await asyncio.sleep(3)