From b762b1b9202994516022b2bb208ef07904b63591 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 16 Jul 2023 13:29:36 -0400 Subject: [PATCH] misc: trimmed useless whitespace --- pterodactyl/ptero.py | 1 - 1 file changed, 1 deletion(-) 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):