From a7b515beae748068ba52e2383603e240a23b27c1 Mon Sep 17 00:00:00 2001 From: HolyAntimony Date: Tue, 20 Oct 2020 18:34:02 -0400 Subject: [PATCH] Initial Commit v2 --- .idea/vcs.xml | 6 ++++++ README.md | 21 +++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 6b2c649..efb8176 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# OmnipicoPlugins - +# PluralKitMC + +PluralKitMC Allows you to interface with the PluralKit Discord bot. You can do this by loading your system id (found from pk;system) with /pk load , and then everything should work as usual! Typing in chat with your proxy tags will cause the message to be sent as the appropriate system member. + +Commands: + + /pk help -- Lists the PluralKitMC commands + /pk load -- Links you to the given system id + /pk update -- Forces your system information to refresh + /pk link -- Links your account to the token from pk;token + /pk unlink -- Removes the attached token + /pk autoproxy -- Configures your autoproxy settings + /pk switch [out/member...]-- Switch out or to one or more member + /pk find -- Searches for a member by name + /pk random-- Lists a random member from your system + /pk member -- Display information regarding a user in your system + /pk system [list] [full]-- Display information regarding your system, or list its members + +**Note: Database data storage is not yet supported.** \ No newline at end of file