fix(pterodactyl): fixed a string

This commit is contained in:
Seaswimmer 2024-03-21 15:28:51 -04:00
parent 74f58162de
commit 46b534ebf8
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -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}