diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index db9766b..5e3d798 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -194,7 +194,7 @@ class Pterodactyl(commands.Cog): await interaction.response.send_modal(self.APIConfigModal(self.config)) @configure.command() - async def startup(self, interaction: discord.Interaction): + async def update(self, interaction: discord.Interaction): """Sets the startup arguments for the update command.""" await interaction.response.send_modal(self.StartupConfigModal(self.config))