mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Help page updates
This commit is contained in:
parent
be09c87f52
commit
0aa370e549
6 changed files with 36 additions and 18 deletions
|
|
@ -237,3 +237,9 @@ async def message_card(client: discord.Client, message: db.MessageInfo):
|
|||
|
||||
embed.set_author(name=message.name, icon_url=message.avatar_url or discord.Embed.Empty)
|
||||
return embed
|
||||
|
||||
|
||||
def help_footer_embed() -> discord.Embed:
|
||||
embed = discord.Embed()
|
||||
embed.set_footer(text="By @Ske#6201 | GitHub: https://github.com/xSke/PluralKit/")
|
||||
return embed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue