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)