Skip to content

Commit 2805fa1

Browse files
author
Paul Przybyszewski
committed
hotfix: icon_url -> icon.url
1 parent cbb2b15 commit 2805fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cogs/backend/handle/events/_event_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def build_guild_embed(bot: commands.Bot, guild: discord.Guild, state: bool
109109
title=title,
110110
color=color,
111111
footer=f"Now in {len(bot.guilds)} guilds",
112-
thumbnail=guild.icon_url
112+
thumbnail=guild.icon.url
113113
)
114114
embed.add_field(name='Name', value=str(guild))
115115
try:

0 commit comments

Comments
 (0)