add sound command roulette
This commit is contained in:
parent
4035bf390f
commit
2f7c4eb8a2
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Mybot(commands.Cog):
|
||||||
else:
|
else:
|
||||||
await self.joke(ctx, "hammer_and_dry.mp3")
|
await self.joke(ctx, "hammer_and_dry.mp3")
|
||||||
with ctx.channel.typing():
|
with ctx.channel.typing():
|
||||||
await asyncio.sleep(1.7)
|
await asyncio.sleep(2.5)
|
||||||
await ctx.channel.send("Gagné, tu ne seras pas mute!")
|
await ctx.channel.send("Gagné, tu ne seras pas mute!")
|
||||||
return
|
return
|
||||||
await asyncio.sleep(mute_time)
|
await asyncio.sleep(mute_time)
|
||||||
|
|
Loading…
Reference in a new issue