From f6551d9390f2bf21552b2c07e1534c9521926ec1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 16 Jul 2023 14:09:31 -0400 Subject: [PATCH] fix: testing a fix for update not appearing --- pterodactyl/ptero.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 26e71f9..f61e297 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -51,7 +51,6 @@ class Pterodactyl(commands.Cog): return response @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.""" await interaction.response.defer(ephemeral=True, thinking=True)