docs(pterodactyl): fixed some incorrect markdown formatting in one of the admonitions
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 43s
Actions / Build Documentation (MkDocs) (push) Successful in 28s

Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
Seaswimmer 2024-07-12 13:52:22 -04:00
parent ff68d6ea19
commit f6570dd072
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

View file

@ -69,10 +69,10 @@ Default value: `None`
/// admonition | This has no effect on the `[p]pterodactyl command` text command, or the matching slash command. /// admonition | This has no effect on the `[p]pterodactyl command` text command, or the matching slash command.
type: danger type: danger
If you want to disable the ability to execute commands on the server through Discord, use the following commands: If you want to disable the ability to execute commands on the server through Discord, use the following commands:
`[p]pterodactyl config console commands False` - this command `[p]pterodactyl config console commands False` - this command
`[p]command disable pterodactyl command` - disables the text command that lets you execute commands on the server `[p]command disable pterodactyl command` - disables the text command that lets you execute commands on the server
`[p]slash disable pterodactyl` - due to how slash commands are laid out, this is the only way to disable the ability to execute commands on the server `[p]slash disable pterodactyl` - due to how slash commands are laid out, this is the only way to disable the ability to execute commands on the server
`[p]slash sync` - apply above slash command change `[p]slash sync` - apply above slash command change
/// ///