Skip to main content
Version: v2.2.x

Installation on Replit

Prerequisites​

Create a Discord Application​

  • go to the Discord Developer portal
  • create a new application + bot
  • create a bot invite link using it's client id here
  • save the bot token for later
  • Set the Privileged gateway intent to allow MESSAGE CONTENT INTENT
discord_invite_permissions image discord_gateway_intents image

Installation​

Clone repository​

Click this link to import the repository.

Install the dependencies​

Use this command to install all dependencies:

npm install

Configure node​

Edit the nodelist.json file to add a Lavalink node.

note

This bot only supports v3.7.x Lavalink nodes.
v3.7.12 is recommended.

You can refer to this document for detailed information.

[
{
"id": "Node 1",
"hostname": "localhost",
"port": 2333,
"password": "youshallnotpass"
}
]
note

This bot requires Lavalink nodes with version 3.7.x to run properly.

Configure environment variables​

Open the "Secrets" in the "Tools" section to edit the environment variables.

secrets image

Start the Bot​

Click the Run button
or run the npm run start command in the shell.