diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 7c138cd..0d9c7e1 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -50,7 +50,6 @@ class Pterodactyl(commands.Cog): async with session.put(url, headers=headers, json=data) as response: return response - @app_commands.command(name="update", description="Updates the server.") @app_commands.guild_only() async def update(self, interaction: discord.Interaction):