From a57fa57fd0d2739d575b4a1fb40c1d5bd775a694 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 16 Jul 2023 12:53:31 -0400 Subject: [PATCH] misc: renamed the config startup command to config update --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))