From 0882a498b6e969f3ec0231c384863b7e6c3dfbae Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 1 Mar 2024 22:57:00 -0500 Subject: [PATCH] fix(pterodactyl): forgot to move something in the config view command --- pterodactyl/pterodactyl.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index bc9d2d3..1bd3628 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -348,18 +348,19 @@ class Pterodactyl(commands.Cog): **Server ID:** `{server_id}` **Console Channel:** <#{console_channel}> **Chat Channel:** <#{chat_channel}> - **Achievement Regex:** `{achievement_regex}` **Startup Message:** {startup_msg} **Shutdown Message:** {shutdown_msg} **Join Message:** {join_msg} **Leave Message:** {leave_msg} **Mask IP:** {self.get_bool_str(mask_ip)} **API Endpoint:** `{api_endpoint}` + **Chat Command:** {box(chat_command, 'json')} **Chat Regex:** {box(chat_regex, 're')} **Server Regex:** {box(server_regex, 're')} **Join Regex:** {box(join_regex, 're')} - **Leave Regex:** {box(leave_regex, 're')}""" + **Leave Regex:** {box(leave_regex, 're')} + **Achievement Regex:** {box(achievement_regex, 're')}""" await ctx.send(embed=embed) def get_bool_str(self, bool: bool) -> str: