mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
parent
8e3d91d5ae
commit
d0c9a24521
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ async def system_card(conn, client: discord.Client, system: System, is_own_syste
|
||||||
card.add_field(name="Description",
|
card.add_field(name="Description",
|
||||||
value=truncate_field_body(system.description), inline=False)
|
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 {} list`*".format(system.hid) if not is_own_system else "*See `pk;system list`*")
|
||||||
card.set_footer(text="System ID: {}".format(system.hid))
|
card.set_footer(text="System ID: {}".format(system.hid))
|
||||||
return card
|
return card
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue