fix(pterodactyl): fixed a string
This commit is contained in:
parent
74f58162de
commit
46b534ebf8
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ class Pterodactyl(commands.Cog):
|
|||
embed.description = f"""**Base URL:** {base_url}
|
||||
**Server ID:** `{server_id}`
|
||||
**Console Channel:** <#{console_channel}>
|
||||
**Console Commands Enabled:** {self.get_bool_str(console_commands_enabled)}
|
||||
**Console Commands:** {self.get_bool_str(console_commands_enabled)}
|
||||
**Chat Channel:** <#{chat_channel}>
|
||||
**Startup Message:** {startup_msg}
|
||||
**Shutdown Message:** {shutdown_msg}
|
||||
|
|
Loading…
Reference in a new issue