Change org info to org name in the /rsifind command

This commit is contained in:
Luke Robles 2024-01-03 18:07:01 -08:00
parent e6320e5cfb
commit daa0ad793e

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