From e4fe3480e9503525d3b0d1435c567bb8ecdbdc26 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Mon, 11 Nov 2019 21:20:25 -0500 Subject: [PATCH] and the same to QRZ images --- cogs/qrzcog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/qrzcog.py b/cogs/qrzcog.py index 43ae3d7..d20f312 100644 --- a/cogs/qrzcog.py +++ b/cogs/qrzcog.py @@ -71,7 +71,7 @@ class QRZCog(commands.Cog): embed.set_footer(text=ctx.author.name, icon_url=str(ctx.author.avatar_url)) if 'image' in resp_data: - embed.set_image(url=resp_data['image']) + embed.set_thumbnail(url=resp_data['image']) data = qrz_process_info(resp_data)