Use image instead of thumbnail

This commit is contained in:
leo60228 2019-02-23 16:54:11 -05:00
parent ae83ceffd0
commit 62beb143f1
No known key found for this signature in database
GPG key ID: D1C9F54D945B7296

View file

@ -58,7 +58,7 @@ class Meme:
embed = discord.Embed(title="ReSwitched Silver™!",
description=f"Here's your ReSwitched Silver™,"
f"{user.mention}!")
embed.set_thumbnail(url="https://cdn.discordapp.com/emojis/"
embed.set_image(url="https://cdn.discordapp.com/emojis/"
"548623626916724747.png?v=1")
await ctx.send(embed=embed)