add sound command roulette

This commit is contained in:
BFlow 2020-04-21 12:24:59 +02:00
parent 4035bf390f
commit 2f7c4eb8a2

View file

@ -264,7 +264,7 @@ class Mybot(commands.Cog):
else:
await self.joke(ctx, "hammer_and_dry.mp3")
with ctx.channel.typing():
await asyncio.sleep(1.7)
await asyncio.sleep(2.5)
await ctx.channel.send("Gagné, tu ne seras pas mute!")
return
await asyncio.sleep(mute_time)