Create README.md
This commit is contained in:
parent
8a63bee22b
commit
4258fa4513
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# SPPK
|
||||
### SimplyPlural -> PluralKit Connectivity.
|
||||
|
||||
#### config.json
|
||||
```
|
||||
"token": "token_here",
|
||||
"userId": "userid_here",
|
||||
"pk_token": "pluralkit_token_here",
|
||||
"pk_system": "pluralkit_system_id"
|
||||
```
|
||||
`token`: Your SimplyPlural account token. As of now, the only permission necessary is the Read permission.
|
||||
|
||||
`userId`: Your SimplyPlural account/system ID. You can find it in account info near the bottom.
|
||||
|
||||
`pk_token`: Your PluralKit token. Get it by using pk;token
|
||||
|
||||
`pk_system`: Your Pluralkit system ID. This can be either your Discord account ID or your 5 letter ID shown by using pk;system.
|
||||
Loading…
Add table
Add a link
Reference in a new issue