diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index a29f89a..1440fd9 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -37,7 +37,7 @@ class Pterodactyl(commands.Cog): async with session.put(url, headers=headers, json=data) as response: return response - @app_commands.command() + @app_commands.command(description="Updates the server.") async def update(self, interaction: discord.Interaction): """Updates the server using the arguments provided in the server's configuration.""" await interaction.response.defer(ephemeral=True, thinking=True)