Skip to content

MGS-BR/MusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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

main

How to configure:

Requirements:

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

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 <url>

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