mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): basic webhook username templating
This commit is contained in:
parent
87196e3297
commit
614131265b
16 changed files with 78 additions and 14 deletions
|
|
@ -387,6 +387,14 @@ Now, oth of the following will work without needing to add multiple versions of
|
|||
John: Hello!
|
||||
JOHN: Hello!
|
||||
|
||||
### Setting a custom name format
|
||||
|
||||
The default proxy username formatting is "{name} {tag}", but you can customize this value in config:
|
||||
|
||||
pk;config nameformat {tag} {name}
|
||||
pk;config nameformat {name}@{tag}
|
||||
|
||||
|
||||
## Interacting with proxied messages
|
||||
|
||||
### Your own messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue