Chagne loaner to loaner(s) for the /ship command

This commit is contained in:
Luke Robles 2023-11-27 08:44:15 -08:00
parent c431626332
commit c1429fadab

View File

@ -158,7 +158,7 @@ async def get_ship(ship_name):
.text
)
embed.add_field(
name="**Loaner**",
name="**Loaner(s)**",
value=loaner,
inline=True,
)