diff --git a/app/star_citizen.py b/app/star_citizen.py index 2c0644bb..4d36cca6 100644 --- a/app/star_citizen.py +++ b/app/star_citizen.py @@ -42,9 +42,9 @@ async def get_ship(ship_name): ) embed.set_thumbnail(url=ship_picture) embed.set_author(name="Star Citizen API Info about the %s" % ship["name"]) - embed.add_field(name="**Ingame Price**", value=ingame_price, inline=False) + embed.add_field(name="**Ingame Price**", value=ingame_price, inline=True) embed.add_field( - name="**Pledge Price**", value=real_money_price[0].text, inline=False + name="**Pledge Price**", value=real_money_price[0].text, inline=True ) embed.add_field(name="**Description**", value=ship["description"], inline=False) embed.add_field(