misc: renamed the config startup command to config update
This commit is contained in:
parent
c674f15895
commit
a57fa57fd0
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class Pterodactyl(commands.Cog):
|
||||||
await interaction.response.send_modal(self.APIConfigModal(self.config))
|
await interaction.response.send_modal(self.APIConfigModal(self.config))
|
||||||
|
|
||||||
@configure.command()
|
@configure.command()
|
||||||
async def startup(self, interaction: discord.Interaction):
|
async def update(self, interaction: discord.Interaction):
|
||||||
"""Sets the startup arguments for the update command."""
|
"""Sets the startup arguments for the update command."""
|
||||||
await interaction.response.send_modal(self.StartupConfigModal(self.config))
|
await interaction.response.send_modal(self.StartupConfigModal(self.config))
|
||||||
|
|
||||||
|
|
Reference in a new issue