diff --git a/app/star_citizen.py b/app/star_citizen.py index 95627d1b..ad0b8036 100755 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -230,7 +230,15 @@ async def get_ship(ship_name): name="**Link**", value="%s%s" % (wiki_url, wiki_ship_name), inline=False ) - embed.set_image(url=ship_image) + try: + description = ( + soup.find("section", {"class": "citizen-section-collapsible"}) + .findNext("p") + .text + ) + except Exception: + description = "N/A" + embed.add_field(name="**Description**", value=description, inline=True) try: item_uuid = (