Note: This project is no longer actively maintained.
A music bot written using discord.js and discord-player
- YouTube, Spotify, and SoundCloud
- support for both slash & legacy commands
- audio filters
- lyrics search
- ... and more! (see all commands)
View the list of bug reports and feature requests here.
- Install Node.js (v16.9 or newer)
- Clone this repository
git clone https://github.com/nizewn/Dodong.git
- Install dependencies
npm install
- Enter your bot token in
config.js
botToken: "BOT TOKEN HERE",
- Run the bot
npm start
-
Enter your bot token in
config.js
botToken: "BOT TOKEN HERE",
-
Build the Docker image
docker build -t dodong .
-
Run the Docker image
docker run -d -it --name dodong --restart unless-stopped dodong