Update embeds.py
Cosmetic change, mentions the new listing features
This commit is contained in:
parent
71f3738849
commit
e1c1ea2bca
@ -106,7 +106,7 @@ async def system_card(conn, client: discord.Client, system: System, is_own_syste
|
||||
card.add_field(name="Description",
|
||||
value=truncate_field_body(system.description), inline=False)
|
||||
|
||||
card.add_field(name="Members", value="*See `pk;system {} list`*".format(system.hid) if not is_own_system else "*See `pk;system list`*")
|
||||
card.add_field(name="Members", value="*See `pk;system {0} list`for the short list, or `pk;system {0} list full` for the detailed list*".format(system.hid) if not is_own_system else "*See `pk;system list` for the short list, or `pk;system list full` for the detailed list*")
|
||||
card.set_footer(text="System ID: {}".format(system.hid))
|
||||
return card
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user