A lavalink wrapper in Node.js
git clone https://github.com/rilysh/lavaudio
# If you haven't installed TypeScript, please install it first by executing the below command
npm i --location=global typescript
## Go to that cloned folder and run tsc
cd lavaudio && tsc
## Now you should have a dist folder
See the example folder, showed the implementation.