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
Installation
Clone repository
Click this link to import the repository.
Configure node
Edit the node-list.json
file to add a Lavalink node.
- Use public node
- or host your own
You can refer to this document for detailed information.
[
{
"id": "Node 1",
"hostname": "localhost",
"port": 2333,
"password": "youshallnotpass"
}
]
Configure environment variables
Open the "Secrets" in the "Tools" section to edit the environment variables.

Detailed description
AUTO_LEAVE
: After the music finished, can choose whether let the bot leave voice channel automatically or not.
AUTO_LEAVE_COOLDOWN
: Timer for auto disconnect(ms).
DISPLAY_VOICE_STATE
: Show voice channel status updates.