Note: This branch supports only Lavalink v4. Switch to the v3-legacy branch for Lavalink v3.
- Ensure that you're using NodeJS v18 or later.
- Clone the repository or download the ZIP file:
git clone https://github.com/LewdHuTao/Lavalink-Status.git
. - Fill the config.js file with your Bot Token and Channel ID where you want to send the status.
- Run
npm install
oryarn install
in the console to install all required packages. - Start the bot with
node .
,npm run start
, oryarn start
. - If you encounter any issues or the code doesn't work, please create an issue.
- Clone this repo when you create a new Replit project:
git clone https://github.com/LewdHuTao/Lavalink-Status.git
. - Ensure that your Replit container is using at least NodeJS v18 or later.
- Fill the config.js file with your Bot Token and Channel ID where you want to send the status.
- Run
npm install
oryarn install
in the console/shell to install all required packages. - Click the
Run
button to start the bot or runnode .
,npm run start
, oryarn start
(select one only) in the console/shell to start the bot. - If you encounter any issues or the code doesn't work, please create an issue.