Change handling of Tupperbox per-member tags

This commit is contained in:
Ske
2019-12-28 15:53:11 +01:00
parent 0f22285824
commit 54aa9fb7d7
2 changed files with 10 additions and 8 deletions

View File

@@ -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;