This project is a music bot for discord that lets you play songs and lists of songs in voice channels.
- Install node.js and npm if they are not installed already. node.js installer
- Clone this repository using
git clone https://github.com/Pandicon/Musicon.git
.- You can also fork this repository
- You can then either
cd
into the repository folder, or navigate to it in file manager and run thecmd.bat
file. That will open up the windows console already "cded" into the folder. - Install all the dependencies using
npm i
oryarn
- Change the values in the
config.json
andinfo.json
files and then rename.env-template
to.env
and fill in the values - Then you can run the bot using
node index.js
- Generate your invite link on the discord developers OAuth2 page, check scope
bot
and give it theAdministrator
permission to avoid any potential issues.