Chagne loaner to loaner(s) for the /ship command
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Luke Robles 2023-11-27 08:44:15 -08:00
parent 3ac392fae8
commit 826a92391f

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,
) )