Skip to content

Menorzinxz/MusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Music-Bot 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

image

How to configure: Requirements: 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 discord.py[voice] pip install youtube_dl

To 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.

Commands: You can type help to see bot commands, default command to play music play

Now if you did everything correctly just run main.py and have fun with the bot!