diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 67bcc83..25364c4 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -130,7 +130,7 @@ class Pterodactyl(commands.Cog): message = await interaction_message.edit(content="The server is already offline!") await message.delete(delay=3) - @app_commands.command(description="Updates the server.") + @app_commands.command(name="update", description="Updates the server.") @app_commands.guild_only() async def update(self, interaction: discord.Interaction): """Updates the server using the arguments provided in the server's configuration."""