Aurora Configuration Rewrite #15

Merged
cswimr merged 73 commits from aurora-config-rewrite into main 2024-01-16 12:19:08 -05:00
Showing only changes of commit d99df7f898 - Show all commits

View file

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