add sound command roulette

This commit is contained in:
BFlow 2020-04-21 12:27:47 +02:00
parent 2f7c4eb8a2
commit ede212f879

View file

@ -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(2.5) await asyncio.sleep(3)
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)