feat(bot): add new APP tag to pk;explain and help command

Co-authored-by: XDuskAshes <thegaymeradummy@gmail.com>
This commit is contained in:
alyssa 2024-04-19 17:26:13 -04:00
parent 225480c8da
commit 5656f592a9

View file

@ -29,8 +29,8 @@ public class Help
),
new
(
"Why are people's names saying [BOT] next to them?",
"These people are not actually bots, this is just a Discord limitation. See [the documentation](https://pluralkit.me/guide#proxying) for an in-depth explanation."
"Why are people's names saying [APP] or [BOT] next to them?",
"These people are not actually apps or bots, this is just a Discord limitation. See [the documentation](https://pluralkit.me/guide#proxying) for an in-depth explanation."
),
}
},
@ -168,7 +168,7 @@ public class Help
{
"> **About PluralKit**\nPluralKit detects messages enclosed in specific tags associated with a profile, then replaces that message under a \"pseudo-account\" of that profile using Discord webhooks.",
"This is useful for multiple people sharing one body (aka. *systems*), people who wish to role-play as different characters without having multiple Discord accounts, or anyone else who may want to post messages under a different identity from the same Discord account.",
"Due to Discord limitations, these messages will show up with the `[BOT]` tag - however, they are not bots."
"Due to Discord limitations, these messages will show up with the `[APP]` or `[BOT]` tag - however, they are not apps or bots."
});
public Task Explain(Context ctx) => ctx.Reply(explanation);