misc: trimmed whitespace
This commit is contained in:
parent
25e776c02c
commit
f3714ac02b
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Reference in a new issue