From 0cd9c5cc247124ef6a45a35f65a5b50a86ed1f5b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 16 Jul 2023 13:36:48 -0400 Subject: [PATCH] changed string in update command --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 8e4f908..26e71f9 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -111,7 +111,7 @@ class Pterodactyl(commands.Cog): continue for data in old_startup_vars: await self.put(await self.get_url(interaction.guild, "startup/variable"), headers, data) - await interaction_message.edit(content="Packwiz installer finished.\nUpdate process completed!") + await interaction_message.edit(content="Updater finished.\nUpdate process completed!") elif response_dict['attributes']['current_state'] == "running" or response_dict['attributes']['current_state'] == "starting": passed_info = { "headers": headers,