Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 445 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 445 Bytes

Lavaudio

A lavalink wrapper in Node.js

🏵️ Installation

🔖 Directly from GitHub

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

📃 Example

See the example folder, showed the implementation.