feat: added additional configuration option - used internally
This commit is contained in:
parent
d5b4ac3dbe
commit
ae4d794258
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue