From 890421b27b152996fb5c3e6dca68a8ff3145f00d Mon Sep 17 00:00:00 2001 From: tropii <97747461+TropiiDev@users.noreply.github.com> Date: Fri, 24 Nov 2023 17:50:01 -0500 Subject: [PATCH] Meme --- commands/meme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/meme.py b/commands/meme.py index d519978..c6f1c06 100644 --- a/commands/meme.py +++ b/commands/meme.py @@ -43,6 +43,7 @@ class meme(commands.Cog): json_data = json.loads(response.text) title = json_data[1] + await ctx.send(title) image = json_data[2] em = discord.Embed(title=title, color=ctx.author.color) em.set_image(url=image)