This repository was archived by the owner on Jun 6, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork14
An easy-to-setup music bot made with discord.js and discord-player
License
NotificationsYou must be signed in to change notification settings
dotnize/Dodong
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note: This project is no longer actively maintained.
A music bot written usingdiscord.js anddiscord-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 requestshere.
- InstallNode.js (v16.9 or newer)
- Clone this repository
git clone https://github.com/nizewn/Dodong.git
- Install dependencies
npm install
- Enter yourbot token in
config.js
botToken:"BOT TOKEN HERE",
- Run the bot
npm start
Enter yourbot 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
About
An easy-to-setup music bot made with discord.js and discord-player