From 46b534ebf806f3b4c21341d7e654a3edc68a9d6a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 21 Mar 2024 15:28:51 -0400 Subject: [PATCH] fix(pterodactyl): fixed a string --- pterodactyl/pterodactyl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}