Fix image for exists but no shipping

This commit is contained in:
Zeva Rose 2021-06-27 15:22:29 -06:00
parent 5879b5f833
commit 8c30d02edc

View file

@ -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",