DMusic is a discord bot coded with discord.js v13
Library.
Use the package manager npm to install required packages.
git clone https://github.com/Amir-78/DMusic
cd DMusic
npm install
sudo apt-get install ffmpeg # ffmpeg debian/ubuntu
npm install ffmpeg-static # ffmpeg windows
config.json
{
"BOT_TOKEN": "YOUR_BOT_TOKEN",
"BOT_PREFIX": "=",
"BOT_LISTENING_TITLE" : "Between the Bars",
"YT_API_KEYS": ["",""],
"DEVELOPER_ID": "",
"CODE_VERSION": "1.0.0"
}
BOT_TOKEN
: Your bot tokenBOT_PREFIX
: Your bot prefixBOT_LISTENING_TITLE
: Listening status titleYT_API_KEYS
: Youtube API Keys ( For better result, use more than one from different projects, Click Here)
help
,play
,pause
,resume
,stop
,replay
,queue
,loop
,np
,volume
,move
,remove
,lyrics
,skip
, search
,clear
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.