Princevikas / discord-music

A music bot created in discord.js using Discord Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord-Music

Discord Music is an open-source Discord music bot!

Discord Server

If you have any issue feel free to contact me on Discord (https://discord.gg/xuu6ytN)

Installation

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

Configuration

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"
}

Contributing

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.

License

GNU

About

A music bot created in discord.js using Discord Player

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%