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.