From 565a9f7ccc046f6a76fab136b29c7071c01faf35 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 16 Jul 2023 13:32:23 -0400 Subject: [PATCH] misc: maybe fixed update not showing up in [p]slash list --- pterodactyl/ptero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 67bcc83..25364c4 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -130,7 +130,7 @@ 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.command(name="update", description="Updates the server.") @app_commands.guild_only() async def update(self, interaction: discord.Interaction): """Updates the server using the arguments provided in the server's configuration."""