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
)
embed.add_field(
name="**Loaner**",
name="**Loaner(s)**",
value=loaner,
inline=True,
)