fix: testing a fix for update not appearing
This commit is contained in:
parent
0cd9c5cc24
commit
f6551d9390
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue