mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(docs): correct docs for clearing display name
This commit is contained in:
parent
19d2d0f375
commit
eafe6f52e6
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 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue