From ede212f879fd22eaf28ade846115509d95441602 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 21 Apr 2020 12:27:47 +0200 Subject: [PATCH] add sound command roulette --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index f3126bb..56b159a 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -264,7 +264,7 @@ class Mybot(commands.Cog): else: await self.joke(ctx, "hammer_and_dry.mp3") with ctx.channel.typing(): - await asyncio.sleep(2.5) + await asyncio.sleep(3) await ctx.channel.send("Gagné, tu ne seras pas mute!") return await asyncio.sleep(mute_time)