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