Skip to content

Green-bot v9 🚀

Compare
Choose a tag to compare
@pauldb09 pauldb09 released this 15 Jun 19:03
· 7 commits to lavalink-dev since this release

Lavalink Version

Hello everyone! As promished here is the new version with lavalink!

You will need to start a lavalink server and complete the informations in the config.js files.

Guide: How to start and create a lavalink server

Once your server is ready go in the config.js file and add a node.

lavalink: [
        { name: "node", url: "IP:PORT", auth: "LAVALINK_PASSWORD" },
 ],

Full Changelog: v8...v9