update embed title

This commit is contained in:
Luke Robles 2023-04-28 14:17:53 -07:00
parent 5d88269c27
commit 8ec2be6c4d

View File

@ -26,7 +26,7 @@ async def get_ship(ship_name):
embed.set_thumbnail(url=ship_image)
embed.set_author(name="Star Citizen API Info about the %s" % ship_name)
embed.set_author(name="Info about the %s" % ship_name)
try:
ingame_price = (
soup.find("div", {"class": "data-buycost infobox-data infobox-col2"})