mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(docs): correct docs for clearing display name (#762)
This commit is contained in:
parent
19d2d0f375
commit
e89b31045b
1 changed files with 2 additions and 2 deletions
|
|
@ -212,9 +212,9 @@ a display name using the `pk;member displayname` command, like so:
|
||||||
pk;member John displayname Jonathan
|
pk;member John displayname Jonathan
|
||||||
pk;member Robert displayname Bob (he/him)
|
pk;member Robert displayname Bob (he/him)
|
||||||
|
|
||||||
To remove a display name, just use the same command with no last parameter, eg:
|
To remove a display name, use the same command with `-clear` as the parameter, eg:
|
||||||
|
|
||||||
pk;member John displayname
|
pk;member John displayname -clear
|
||||||
|
|
||||||
This will remove the display name, and thus the member will be proxied with their canonical name.
|
This will remove the display name, and thus the member will be proxied with their canonical name.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue