forked from blizzthewolf/SeaCogs
fix(aurora): fixed _core function using avatar_url instead of display_avatar.url
This commit is contained in:
parent
ad9675e60e
commit
d99df7f898
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ async def _core(ctx: commands.Context) -> Embed:
|
|||
description="Use the buttons below to configure Aurora.",
|
||||
color=await ctx.embed_color()
|
||||
)
|
||||
embed.set_thumbnail(url=ctx.bot.user.avatar_url)
|
||||
embed.set_thumbnail(url=ctx.bot.user.display_avatar.url)
|
||||
return embed
|
||||
|
||||
async def _overrides(user: Union[Member, User]) -> str:
|
||||
|
|
Loading…
Reference in a new issue