fix(pterodactyl): fixed set view formatting
This commit is contained in:
parent
7c16ec8df8
commit
6ab593390c
1 changed files with 1 additions and 1 deletions
|
@ -539,9 +539,9 @@ class Pterodactyl(commands.Cog):
|
|||
**API Endpoint:** `{api_endpoint}`
|
||||
**Invite:** {invite}
|
||||
|
||||
**Topic Text:** {box(topic_text, 'yaml')}
|
||||
**Topic Hostname:** {topic_hostname}
|
||||
**Topic Port:** {topic_port}
|
||||
**Topic Text:** {box(topic_text, 'yaml')}
|
||||
|
||||
**Chat Command:** {box(chat_command, 'json')}
|
||||
**Chat Regex:** {box(chat_regex, 're')}
|
||||
|
|
Loading…
Reference in a new issue