Adjust splode

This commit is contained in:
Dustin Pianalto
2018-05-07 10:23:14 -08:00
parent f4962cef77
commit d413f52a5f
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -153,9 +153,9 @@ 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(21):
for i in range(4):
await asyncio.sleep(0.1)
await msg.edit(content=f'{member.mention}{trans*(20-i)}{self.bot.unicode_emojis["left_fist"]}')
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"]}')
await asyncio.sleep(0.5)