diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 1c01d53..6d16076 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -39,7 +39,7 @@ class Pterodactyl(commands.Cog): self.logger.debug("debug 2") try: - client = PterodactylClient(base_url, api_key).client + client = PterodactylClient(base_url, api_key, debug=True).client self.logger.debug("debug 3") websocket_credentials = client.servers.get_websocket(server_id) self.logger.debug("debug 4")