We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Discord music bot using Typescript, DiscordJS, and Lavalink
A Node.js Discord music bot made using Discord.js & lavalink.
Features:
Todo:
You'll need Node v20 or greater, NPM, and a Lavalink node with the Lavasrc plugin and installed and setup.
Clone or download the source:
git clone https://github.com/karyeet/Tangerine
Move into the folder:
cd Tangerine
Copy the example config and rename to config.json
cp config.json.example config.json
Edit and fill out config.json in your favorite text editor
Install dependencies:
npm install
Compile typescript:
npm run compile
Start the bot
node .