diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index a95e9ec..334213e 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -51,6 +51,7 @@ 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)