mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Change handling of Tupperbox per-member tags
This commit is contained in:
parent
0f22285824
commit
54aa9fb7d7
2 changed files with 10 additions and 8 deletions
|
|
@ -73,7 +73,7 @@ namespace PluralKit.Bot.Commands
|
|||
"\n- PluralKit does not support member groups. Members will be imported without groups.";
|
||||
if (res.HadIndividualTags)
|
||||
issueStr +=
|
||||
"\n- PluralKit does not support per-member system tags. Since you had multiple members with distinct tags, tags will not be imported. You can set your system tag using the `pk;system tag <tag>` command later.";
|
||||
"\n- PluralKit does not support per-member system tags. Since you had multiple members with distinct tags, those tags will be applied to the members' *display names*/nicknames instead.";
|
||||
|
||||
var msg = await ctx.Reply($"{issueStr}\n\nDo you want to proceed with the import?");
|
||||
if (!await ctx.PromptYesNo(msg)) throw Errors.ImportCancelled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue