Discord Music is an open-source Discord music bot!
If you have any issue feel free to contact me on Discord (https://discord.gg/xuu6ytN)
Use the package manager npm to install all the packages. Using npm install
, will automatically install all the package needed. Make sure your node version is not below 12.
npm install
If you face any issues related to ffmpeg/avconv. Use:
npm install ffmpeg-static
Go and edit in config/bot.json, make changes below to use it!
{
"prefix": "Your Bot Prefix",
"token_bot": "Your Discord Bot Token",
"youtube_api": "Your YouTube API Key"
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.