Change port on Line 16
Add A Discord Bot Token On Line 51
npm i
- Install all needed packages.
node index.js
- Start the bot.
To add lavalinks go to config.js
{
host: "HOST", <--- add ip/host name of lavalink
password: "PASSWORD", <--- password of lavalink
port: PORT, <--- port of lavalink
retryDelay: 1,
identifier: "NAME FOR THE LAVALINK", <--- whatever name you like
secure: false/true, <--- lavalink is secure or not (flase = not secure, true = secure)
},