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,