Change org info to org name in the /rsifind command
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-01-03 18:07:01 -08:00
parent 766a53b3bc
commit 801611cf6c

View File

@ -173,7 +173,7 @@ async def rsi_find(player):
embed.add_field(name="-------", value="", inline=False)
embed.add_field(
name="Org Info",
name="Org Name",
value="[%s](%s)" % (org_name, org_url),
inline=True,
)