mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): add new APP tag to pk;explain and help command
Co-authored-by: XDuskAshes <thegaymeradummy@gmail.com>
This commit is contained in:
parent
225480c8da
commit
5656f592a9
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue