This is an example test Bot utilizing 100% of lavalink-client repository.
- Install packages:
npm i
- Fill out env vars in the
example.env
and rename it to.env
- For that you need a lavalink server on localhost (1. Install java, 2. download Lavalink-v4, 3. put
application.yml
into it's root-dir, 4. fill it out, 5. start it withjava -jar Lavalink.jar
) - For that Example Bot with REDIS Queue, you need to have a running Redis Server (with password if remotely), but you can test it without Redis by commenting out the LavalinkManager Option:
queueStore
- Discord Token is required (obviously)
- Run bot via:
npm run start