fix: testing a fix for update not appearing

This commit is contained in:
Seaswimmer 2023-07-16 14:09:31 -04:00
parent 0cd9c5cc24
commit f6551d9390
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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)