add sleep command roulette
This commit is contained in:
parent
ede212f879
commit
c75bc4a5dc
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class Mybot(commands.Cog):
|
|||
await self.joke(ctx, "omawa_shindeiru.mp3")
|
||||
await member.edit(mute=True)
|
||||
with ctx.channel.typing():
|
||||
await asyncio.sleep(1.7)
|
||||
await asyncio.sleep(3)
|
||||
await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!")
|
||||
else:
|
||||
await self.joke(ctx, "hammer_and_dry.mp3")
|
||||
|
|
Loading…
Reference in a new issue