update embed title

This commit is contained in:
Luke Robles 2023-04-28 14:17:53 -07:00
parent 29af3e6505
commit f68270acb5

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"})