Skip to content

Commit

Permalink
hotfix: icon_url -> icon.url
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Przybyszewski committed Aug 19, 2022
1 parent cbb2b15 commit 2805fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/backend/handle/events/_event_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def build_guild_embed(bot: commands.Bot, guild: discord.Guild, state: bool
title=title,
color=color,
footer=f"Now in {len(bot.guilds)} guilds",
thumbnail=guild.icon_url
thumbnail=guild.icon.url
)
embed.add_field(name='Name', value=str(guild))
try:
Expand Down

0 comments on commit 2805fa1

Please sign in to comment.