misc: removed useless variable from update command
This commit is contained in:
parent
f3714ac02b
commit
41f24aa7af
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class Pterodactyl(commands.Cog):
|
||||||
await interaction_message.edit(f"Something went wrong.\nError: `Startup arguments not set.`", ephemeral=True)
|
await interaction_message.edit(f"Something went wrong.\nError: `Startup arguments not set.`", ephemeral=True)
|
||||||
raise LookupError("Startup arguments not set.")
|
raise LookupError("Startup arguments not set.")
|
||||||
else:
|
else:
|
||||||
api_key = await self.config.guild(interaction.guild).api_key()
|
|
||||||
startup_jar = await self.config.guild(interaction.guild).startup_jar()
|
startup_jar = await self.config.guild(interaction.guild).startup_jar()
|
||||||
startup_commands = await self.config.guild(interaction.guild).startup_arguments()
|
startup_commands = await self.config.guild(interaction.guild).startup_arguments()
|
||||||
headers = await self.get_headers(interaction.guild)
|
headers = await self.get_headers(interaction.guild)
|
||||||
|
|
Reference in a new issue