mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
Update embeds.py
Cosmetic update, adds missing asterisk
This commit is contained in:
parent
c0718a1516
commit
1ea2cdfb0e
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