-
Notifications
You must be signed in to change notification settings - Fork 370
Setting Up LavaLink with a Replit server
Nimbi edited this page Feb 7, 2022
·
9 revisions
- 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
- 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 yourconfig.json
, set the value to"lavalink-replit.<yourusername>.repl.co/metrics"
- For
"lava_pass"
in yourconfig.json
, set the value to"maybeiwasboring"
- For
"lava_port"
in yourconfig.json
, set the value to443
- For
"lava_secure"
in yourconfig.json
, set the value totrue
➤ It should be like this:
"lava_host": "lavalink-replit.<yourusername>.repl.co",
"lava_pass": "maybeiwasboring",
"lava_port": 443,
"lava_secure": true,
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.