changed string in update command

This commit is contained in:
Seaswimmer 2023-07-16 13:36:48 -04:00
parent 41f24aa7af
commit 0cd9c5cc24
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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,