misc: renamed the config startup command to config update

This commit is contained in:
SeaswimmerTheFsh 2023-07-16 12:53:31 -04:00
parent c674f15895
commit a57fa57fd0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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))