From f68270acb51afeeb19a9d21f9811f3e7d6aa8aa2 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 28 Apr 2023 14:17:53 -0700 Subject: [PATCH] update embed title --- app/star_citizen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/star_citizen.py b/app/star_citizen.py index f50d1870..88d0cd08 100644 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -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"})