Discord Bot that plays music!
I decided to create a simple Discord bot using Python in order to advance my coding skills.
Please don't ask me for help with your code, this code is simple enough if you have a basic understanding of code
DO NOT COPY AND PASTE THIS CODE IF YOU DO NOT KNOW WHAT YOU ARE DOING. I WILL NOT HELP YOU.
This bot as of right now can:
- Join the channel you're in
- Play from Youtube
- Pause
- Stop
- Resume
- Clear messages in channel
To do:
- Add messages when commands are executed succesfully
✔ - Queue system
- Have the bot always on (I would have to pay for this option so it's really not worth it as of right now)
- Include eventual jokes
- use cogs to organize commands
Dependecies:
INSTALL THESE DEPENDECIES IN ORDER FOR THE CODE TO WORK
- discord.py
- ffmpeg
- YouTube-dl
- dotenv