From dd62b7d7ce1e40e75b526c8501606e5ce2e284bb Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 7 Mar 2024 00:59:14 -0500 Subject: [PATCH] fix(pterodactyl): whoops! --- pterodactyl/pterodactyl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 478a184..17c594e 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -199,7 +199,6 @@ class Pterodactyl(commands.Cog): Choice(name="Restart", value="restart"), Choice(name="⚠️ Kill ⚠️", value="kill") ]) - @app_commands.describe("action", "The action to perform on the server.") async def slash_pterodactyl_power(self, interaction: discord.Interaction, action: app_commands.Choice[str]) -> None: """Send power actions to the server.