Setting Up LavaLink with a Replit server - galnir/Master-Bot GitHub Wiki

Setting Up LavaLink with a Replit server

image

Instructions

  • Clicking the button above, signing up or logging in and waiting for repl.it creates your lavalink project
  • Once everything is done, click the "Run" button and keep waiting for it until you see the link on the right corner like mine ✍Notes: Your lavalink repl.it's link will like this: https://lavalink-replit..repl.co

Setting bot

  • The default port to connect is 443 and the default password is maybeiwasboring
  • Open your bot project folder, click on config.json:
  • For "lava_host" in your config.json, set the value to "lavalink-replit.<yourusername>.repl.co/metrics"
  • For "lava_pass" in your config.json, set the value to "maybeiwasboring"
  • For "lava_port" in your config.json, set the value to 443
  • For "lava_secure" in your config.json, set the value to true

➤ It should be like this:

 "lava_host": "lavalink-replit.<yourusername>.repl.co",
 "lava_pass": "maybeiwasboring",
 "lava_port": 443,
 "lava_secure": true,

How to keep the replit on with freshping

Go to freshping, and set HTTP request to your discord bot I.e. https://lavalink-replit.<yourusername>.repl.co and it should show that it's online.