My own discord bot, which will have whatever features I decide to add to it
Currently it supports YouTube music in calls with video searching and queueing
Ensure you have python3 interpreter installed, and download FFmpeg
git clone LINKcd discord-botpip install -r ./requirements.txt- On Windows, put ffmpeg.exe inside this directory, or add it to environment path - On Linux, install
- Create a .env file with
TOKEN="YOUR_API_KEY", and put in the API key for your bot python bot.py