misc: renamed the config startup command to config update

This commit is contained in:
Seaswimmer 2023-07-16 12:53:31 -04:00
parent c674f15895
commit a57fa57fd0
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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