Fix image for exists but no shipping
This commit is contained in:
parent
5879b5f833
commit
8c30d02edc
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class DbrandCog(commands.Cog):
|
||||||
url="https://dbrand.com/shipping",
|
url="https://dbrand.com/shipping",
|
||||||
color="#FFBB00",
|
color="#FFBB00",
|
||||||
)
|
)
|
||||||
embed.set_thumbnail(url="https://dev.zevaryx.com/db_logo.png")
|
embed.set_thumbnail(url=self.base_url + data["country_flag"][1:])
|
||||||
embed.set_footer(
|
embed.set_footer(
|
||||||
text="dbrand.com",
|
text="dbrand.com",
|
||||||
icon_url="https://dev.zevaryx.com/db_logo.png",
|
icon_url="https://dev.zevaryx.com/db_logo.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue