docs(pterodactyl): consistency
All checks were successful
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 20s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 22s

This commit is contained in:
Seaswimmer 2024-03-01 15:30:46 -05:00
parent 95bf863f7e
commit af29b950c2
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -129,8 +129,8 @@ The cog uses a tellraw command to send messages to Minecraft from Discord. To ch
Available placeholders: Available placeholders:
- `.$C` - replaced with hex color of user's top colored role - `.$C` - replaced with hex color of the author's top colored role
- `.$D` - replaced with user's discriminator (will usually be 0, you shouldn't use this) - `.$D` - replaced with the author's discriminator (will usually be 0, you shouldn't use this)
- `.$I` - replaced with the author's ID - `.$I` - replaced with the author's ID
- `.$M` - replaced with message content - `.$M` - replaced with message content
- `.$N` - replaced with author's display name (or guild nickname, if set) - `.$N` - replaced with author's display name (or guild nickname, if set)