From 0051ccf2fbf7bfd70ea44bb7b4d246b618dd7645 Mon Sep 17 00:00:00 2001 From: rladenson <78043712+rladenson@users.noreply.github.com> Date: Sat, 8 May 2021 01:10:32 -0600 Subject: [PATCH] Update user-guide.md It said that pk doesn't have some things that have since been implemented. --- docs/content/user-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/user-guide.md b/docs/content/user-guide.md index 313652f5..425a6ece 100644 --- a/docs/content/user-guide.md +++ b/docs/content/user-guide.md @@ -594,7 +594,7 @@ pk;import https://link/to/the/data/file.json ``` *(alternatively, run `pk;import` by itself and attach the .json file)* -Note that while Tupperbox supports features such as multiple proxies per member, per-member system tags, and member groups, PluralKit does not. +Note that while Tupperbox supports features such as per-member system tags PluralKit does not. Pluralkit also does not currently support exporting/importing member groups. PluralKit will warn you when you're importing a Tupperbox file that makes use of such features, as they will not carry over. ### Importing from PluralKit @@ -611,4 +611,4 @@ pk;import https://link/to/the/data/file.json *(alternatively, run `pk;import` by itself and attach the .json file)* ### Exporting your PluralKit data -To export all the data associated with your system, run the `pk;export` command. This will send you a JSON file containing your system, member, and switch information. \ No newline at end of file +To export all the data associated with your system, run the `pk;export` command. This will send you a JSON file containing your system, member, and switch information.