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 7ff296b917
commit 5a0f40704d

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