misc: trimmed whitespace

This commit is contained in:
SeaswimmerTheFsh 2023-07-16 13:35:48 -04:00
parent 25e776c02c
commit f3714ac02b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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):