error when starting / connecting to node
```TypeError: require(...).setDefaultAutoSelectFamily is not a function
at new MoonlinkWebSocket (C:\Users\paul0\Desktop\lavabeats\node_modules\moonlink.js\dist\src@Services\MoonlinkWebSocket.js:32:24)
at MoonlinkNode.connect (C:\Users\paul0\Desktop\lavabeats\node_modules\moonlink.js\dist\src@Entities\MoonlinkNode.js:105:23)
at new MoonlinkNode (C:\Users\paul0\Desktop\lavabeats\node_modules\moonlink.js\dist\src@Entities\MoonlinkNode.js:66:14)
at Nodes.add (C:\Users\paul0\Desktop\lavabeats\node_modules\moonlink.js\dist\src@Utils\Structure.js:165:30)...
Error when searching for a song
Hey there! Im getting this very weird error when trying to play a simple song, I copied the example in the docs so far, only adjusted it a bit for my bots structure

error
(node:6856) [DEP0128] DeprecationWarning: Invalid 'main' field in 'G:\k\node_modules\moonlink.js\dist\package.json' of 'dist/index.js'. Please either fix that or report it to the module author
Music not playing but connecting
Hey there! My music doesn't play when connecting. I think it's because I do not have a raw event. I'm not using discordjs or any library, I have a custom implementation. Any clue how I could get the info needed to play music without the raw event or make something similar?
In debug, connected is false
The bot is connected but the music is not playing, I saw the debug and found this
