fix: more discord.py 2.0 fixes

This commit is contained in:
SeaswimmerTheFsh 2023-08-07 20:56:47 -04:00
parent 7f210d016d
commit 326ac8e3cc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 5019678FD9CF50D8

View file

@ -173,7 +173,7 @@ class Info(commands.Cog):
name=guild.name
)
if guild.icon:
data.set_thumbnail(url=str(guild.icon_url))
data.set_thumbnail(url=str(guild.icon.url))
data.add_field(name=_("Members:"), value=member_msg)
data.add_field(
name=_("Channels:"),