A lot more style/content changes

This commit is contained in:
Ske 2020-06-12 15:18:51 +02:00
parent ead1ae4e7c
commit 3d7a6ec72f
18 changed files with 223 additions and 153 deletions

View file

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