diff --git a/exts/fun.py b/exts/fun.py index ba4839d..29a08e9 100644 --- a/exts/fun.py +++ b/exts/fun.py @@ -158,6 +158,8 @@ class Fun: await msg.edit(content=f'{member.mention}{trans*(20-i)}{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.1) + await msg.edit(content=f'{self.bot.unicode_emojis["boom"]} <---- {member.mention} that was you...') def setup(bot):