Refactor Pterodactyl cog to use aiohttp #2

Merged
cswimr merged 26 commits from aiohttp-refactor into main 2023-07-24 09:29:55 -04:00
Showing only changes of commit ae4d794258 - Show all commits

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