and the same to QRZ images

This commit is contained in:
Abigail Gold 2019-11-11 21:20:25 -05:00
parent 522f37586d
commit e4fe3480e9
No known key found for this signature in database
GPG Key ID: 80A676456AB6B045
1 changed files with 1 additions and 1 deletions

View File

@ -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)