Ghostie's fork of:
A music bot written using discord.js and discord-player
- YouTube, Spotify, and SoundCloud
- support for both slash & legacy commands
- audio filters
- lyrics search
- web-based player controls (optional, coming soon)
- ... and more! (see all commands)
View the list of bug reports and feature requests here.
NOTE: repl.it uses Node.js v12 by default which is unsupported by the bot.
To install Node.js v16, execute this script from the Shell:
npm init -y && npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
- 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