add sleep command roulette
This commit is contained in:
parent
c75bc4a5dc
commit
36441c2d9e
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class Mybot(commands.Cog):
|
||||||
await self.joke(ctx, "spinning_and_closed.mp3")
|
await self.joke(ctx, "spinning_and_closed.mp3")
|
||||||
if bullet == True:
|
if bullet == True:
|
||||||
await self.joke(ctx, "omawa_shindeiru.mp3")
|
await self.joke(ctx, "omawa_shindeiru.mp3")
|
||||||
|
await asyncio.sleep(1.6)
|
||||||
await member.edit(mute=True)
|
await member.edit(mute=True)
|
||||||
with ctx.channel.typing():
|
with ctx.channel.typing():
|
||||||
await asyncio.sleep(3)
|
await asyncio.sleep(3)
|
||||||
|
|
Loading…
Reference in a new issue