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 9853f0442c
commit 28bce2fdc0

View File

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