diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 11a449a..19dc3ce 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -40,7 +40,7 @@ class Pterodactyl(commands.Cog): try: fut.result() except asyncio.CancelledError: - pass + logger.info("WebSocket task has been cancelled.") except Exception as e: # pylint: disable=broad-exception-caught logger.error("WebSocket task has failed: %s", e, exc_info=e) self.task.cancel()