Dodong
An easy-to-setup music bot made with discord.js and discord-player
Install / Use
/learn @dotnize/DodongREADME
<div align="center"> <p> <img src="https://i.imgur.com/un792U4.png" width="500" alt="Dodong" /></a> </p> <br> <p> <a href="https://github.com/nizewn/Dodong/commits/main"><img src="https://img.shields.io/github/last-commit/nizewn/Dodong?color=44b868&logo=GitHub&logoColor=white&style=flat-square" alt="last commit"></a> <a href="https://www.npmjs.com/package/discord.js"><img src="https://img.shields.io/github/package-json/dependency-version/nizewn/Dodong/discord.js?color=44b868&logo=npm&style=flat-square"></a> <a href="https://www.npmjs.com/package/discord-player"><img src="https://img.shields.io/github/package-json/dependency-version/nizewn/Dodong/discord-player?color=44b868&logo=npm&style=flat-square"></a> </p> </div> <br>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)

Contribute
View the list of bug reports and feature requests here.
Deploy automatically
Manual installation
- 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.jsbotToken: "BOT TOKEN HERE", - Run the bot
npm start
Run with Docker
-
Enter your bot token in
config.jsbotToken: "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
