misc: trimmed whitespace

This commit is contained in:
Seaswimmer 2023-07-16 13:35:48 -04:00
parent 25e776c02c
commit f3714ac02b
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -50,7 +50,6 @@ class Pterodactyl(commands.Cog):
async with session.put(url, headers=headers, json=data) as response:
return response
@app_commands.command(name="update", description="Updates the server.")
@app_commands.guild_only()
async def update(self, interaction: discord.Interaction):