Use image instead of thumbnail
This commit is contained in:
parent
ae83ceffd0
commit
62beb143f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue