From 2f7c4eb8a2407ab3441fbf48c99096695919f377 Mon Sep 17 00:00:00 2001 From: BFlow Date: Tue, 21 Apr 2020 12:24:59 +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 767df0d..f3126bb 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(1.7) + await asyncio.sleep(2.5) await ctx.channel.send("Gagné, tu ne seras pas mute!") return await asyncio.sleep(mute_time)