fixed issue with serverinfo 1
This commit is contained in:
parent
2f020d3425
commit
07e57e63d1
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class Info(commands.Cog):
|
|||
)
|
||||
data.add_field(name=_("Nitro Boost:"), value=nitro_boost)
|
||||
if guild.splash:
|
||||
data.set_image(url=guild.splash.replace(format="png"))
|
||||
data.set_image(url=str(guild.splash_url_as(format='png')))
|
||||
data.set_footer(text=joined_on)
|
||||
|
||||
await ctx.send(embed=data)
|
||||
|
|
Loading…
Reference in a new issue