From c924412e6701ea693f8c93324a6886ece5415c9e Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Mon, 21 May 2018 22:14:37 -0800 Subject: [PATCH] Adjust speed on Explode --- exts/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/fun.py b/exts/fun.py index acf8162..4c2f390 100644 --- a/exts/fun.py +++ b/exts/fun.py @@ -155,7 +155,7 @@ class Fun: trans = await self.bot.db_con.fetchval('select code from geeksbot_emojis where id = 405943174809255956') msg = await ctx.send(f'{member.mention}{trans*20}{self.bot.unicode_emojis["left_fist"]}') for i in range(4): - await asyncio.sleep(0.1) + await asyncio.sleep(0.5) await msg.edit(content=f'{member.mention}{trans*(20-(i*5))}{self.bot.unicode_emojis["left_fist"]}') await asyncio.sleep(0.1) await msg.edit(content=f'{self.bot.unicode_emojis["boom"]}')