Source code for my Discord Bot YouTube series. Built with Python & discord.py
This is the source code for my Discord bot tutorial series on YouTube:
๐ฅ Watch the Series Here
- How to set up a Discord bot using
discord.py
- How to create slash commands
- How to use cogs to organize your bot
- How to load commands dynamically
- And more custom features
- Clone the repo
- Install dependencies
pip install -r requirements.txt
python bot.py # Runs the bot