/lavaudio

A lavalink wrapper in Node.js

Primary LanguageTypeScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.