A discord bot that allow you to use youtube search or links to play music in discord
- Install requirements with
pip install -r requirements.txt
. - Install ffmpeg from here.
- Add ffmpeg to your path environment variable (google how to do this).
- Get a discord bot token from here.
- Give it the appropriate permissions you need for the tasks you want when creating the bot.
- Create a
.env
file and addDISCORDBOT=your_token_here
, replacingyour_token_here
with your token.
- Add the bot to your server using the redirects section of the Oauth2 page where you created your bot.
- Provide it the permissions required.
- Run the bot on ur IDE or you can set up your own server.
- This bot has the command
!play [search | URL]
and!stop
. - Enjoy
If you use post your code somewhere please do not expose your token.
Update your gitignore to ignore .env
files.
Text me if you have any questions or need help (friends only benefit UWU).