feat: added additional configuration option - used internally

This commit is contained in:
SeaswimmerTheFsh 2023-07-24 08:59:01 -04:00
parent d5b4ac3dbe
commit ae4d794258
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

@ -18,7 +18,8 @@ class Pterodactyl(commands.Cog):
api_key=None,
server_id=None,
startup_jar=None,
startup_arguments=None
startup_arguments=None,
power_action_in_progress=False
)
self.session: aiohttp.ClientSession = None