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)