diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 5b5b802..67bcc83 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -130,7 +130,6 @@ 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.guild_only() async def update(self, interaction: discord.Interaction):