From ae4d7942585b50f7acf56d63eff1e66a247f5dae Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 24 Jul 2023 08:59:01 -0400 Subject: [PATCH] feat: added additional configuration option - used internally --- pterodactyl/ptero.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 8f4decc..9437702 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -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