We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde98e9 commit ccc53eaCopy full SHA for ccc53ea
bot.py
@@ -92,7 +92,7 @@ def get_guild_icon(self, guild: typing.Optional[discord.Guild]) -> str:
92
guild = self.guild
93
if guild.icon is None:
94
return self.user.display_avatar.url
95
- return guild.icon_url
+ return guild.icon.url
96
97
def _resolve_snippet(self, name: str) -> typing.Optional[str]:
98
"""
0 commit comments