feat(bot): basic webhook username templating

This commit is contained in:
libglfw 2024-10-22 03:05:32 -04:00 committed by Iris System
parent 87196e3297
commit 614131265b
16 changed files with 78 additions and 14 deletions

View file

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