I made this bot just for learning. I used several sources to create it, namely:
- Discord Bot - AlexFlipnote
- Genshin Stat(culturebot) - thesadru
- Music (kurusaki_voice) - CharmingDays
- Discord Bot Token Guide
- YouTube Data API v3 Key Guide
- Python 3.6 and up - https://www.python.org/downloads/
- git - https://git-scm.com/download/
If you want to run on your server of this bot you need to:
- clone the repository with
git clone https://github.com/4kumano/DiscordBot-Python
- install dependencies with
pip install -r requirements.txt
- fill out all secrets required in
config.json
- run the bot with
python index.py