mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(docs+bot): Add info about discord's embed setting to FAQ, new system response, and pk;help
This commit is contained in:
parent
b802bbe673
commit
74a374a0a7
3 changed files with 6 additions and 2 deletions
|
|
@ -157,6 +157,7 @@ public class Help
|
|||
public Task HelpRoot(Context ctx)
|
||||
=> ctx.Rest.CreateMessage(ctx.Channel.Id, new MessageRequest
|
||||
{
|
||||
Content = $"{Emojis.Warn} If you cannot see the rest of this message see [the FAQ](<https://pluralkit.me/faq/#why-do-most-of-pluralkit-s-messages-look-blank-or-empty>)",
|
||||
Embeds = new[] { helpEmbed with { Description = helpEmbed.Description,
|
||||
Fields = helpEmbedPages.GetValueOrDefault("default") } },
|
||||
Components = new[] { helpPageButtons(ctx.Author.Id) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue