fixed an issue with server info
This commit is contained in:
parent
07e57e63d1
commit
87187139dc
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Info(commands.Cog):
|
|||
)
|
||||
)
|
||||
if guild.icon:
|
||||
data.set_author(name=guild.name, url=str(guild.icon_url))
|
||||
data.set_author(name=guild.name, icon_url=str(guild.icon_url))
|
||||
data.set_thumbnail(url=str(guild.icon_url))
|
||||
else:
|
||||
data.set_author(name=guild.name)
|
||||
|
|
Loading…
Reference in a new issue