The code was written using python 3.5+, it is not guaranteed to work with any version of python prior to this one.
Music bot for discord with everything working 09/16/21
You can use these files to make a music bot for your Discord server
- Python: code programming language;
- Discord.py: discord.py library;
- FFmpeg: FFmpeg download
You need to put FFmpeg in your system path
To install the necessary dependencies you need to open your cmd and type:
pip install -r requirements.txtTo bring the bot online, open 'config.json' file and in the code location where it says:
"token":"TOKEN HERE"you replace the TOKEN HERE with your bot's token.
You can type help to see bot commands, default command to play music play <url>
Now if you did everything correctly just run main.py and have fun with the bot!
