fix(pterodactyl): alphabetized a dict and the docs
This commit is contained in:
parent
dab56bed94
commit
95bf863f7e
2 changed files with 2 additions and 2 deletions
|
@ -131,9 +131,9 @@ Available placeholders:
|
|||
|
||||
- `.$C` - replaced with hex color of user's top colored role
|
||||
- `.$D` - replaced with user's discriminator (will usually be 0, you shouldn't use this)
|
||||
- `.$I` - replaced with the author's ID
|
||||
- `.$M` - replaced with message content
|
||||
- `.$N` - replaced with author's display name (or guild nickname, if set)
|
||||
- `.$I` - replaced with the author's ID
|
||||
- `.$U` - replaced with the author's username (NOT display name, you should usually use `.$N`)
|
||||
|
||||
Default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue