diff --git a/mafic/node.py b/mafic/node.py index 6ba32fa..09b72c5 100644 --- a/mafic/node.py +++ b/mafic/node.py @@ -853,6 +853,9 @@ async def __request( ) as resp: _log.debug("Received status %s from lavalink.", resp.status) if not (200 <= resp.status < 300): + if resp.status == 204: + return None + text = await resp.text() if resp.status == 400: