add sleep command roulette

This commit is contained in:
BFlow 2020-04-21 20:45:00 +02:00
parent 36441c2d9e
commit dfae58a67e

View file

@ -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)