From c093f4d347949c39116c150d9d5b9b7837acd82d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 15 Jul 2023 18:24:07 -0400 Subject: [PATCH] added a description to the edit command --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index a29f89a..1440fd9 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -37,7 +37,7 @@ class Pterodactyl(commands.Cog): async with session.put(url, headers=headers, json=data) as response: return response - @app_commands.command() + @app_commands.command(description="Updates the server.") async def update(self, interaction: discord.Interaction): """Updates the server using the arguments provided in the server's configuration.""" await interaction.response.defer(ephemeral=True, thinking=True)