mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
A lot more style/content changes
This commit is contained in:
parent
ead1ae4e7c
commit
3d7a6ec72f
18 changed files with 223 additions and 153 deletions
|
|
@ -8,10 +8,10 @@ A *system* is equivalent to an account. Every user of PluralKit must have a syst
|
|||
## System IDs
|
||||
Each system has a **system ID** - a randomly generated string of 5 letters. You can use this ID to unambiguously refer to a system in commands.
|
||||
|
||||
You can see your system ID by running <Cmd-inline>system</Cmd-inline> and looking at the embed footer (at the bottom of the response).
|
||||
You can see your system ID by running <Cmd inline>system</Cmd> and looking at the embed footer (at the bottom of the response).
|
||||
|
||||
## Creating a system
|
||||
To create a system, use the <Cmd-inline>system new</Cmd-inline> command with an optional system name:
|
||||
To create a system, use the <Cmd inline>system new</Cmd> command with an optional system name:
|
||||
|
||||
<CmdGroup>
|
||||
<Cmd>system new</Cmd>
|
||||
|
|
@ -37,7 +37,7 @@ Should you want to unlink an account, use the equivalent unlink account:
|
|||
|
||||
<Cmd>unlink <Arg>@NameOfAccount#1234</Arg></Cmd>
|
||||
|
||||
You can unlink your own account too (both by mentioning, or using <Cmd-inline>unlink</Cmd-inline> with no account). While you can't unlink the only linked account, be careful not to lock yourself out of your system by other means :slightly_smiling_face:
|
||||
You can unlink your own account too (both by mentioning, or using <Cmd inline>unlink</Cmd> with no account). While you can't unlink the only linked account, be careful not to lock yourself out of your system by other means :slightly_smiling_face:
|
||||
|
||||
::: tip
|
||||
On both of these commands, you can also supply a user ID. This is useful when you want to unlink an already-deleted account, for example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue