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)