diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 4be23f2..08c9763 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -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}