Discord.py updated
Playlist: https://www.youtube.com/playlist?list=PLthqW7GiLEwL0GrBM6P1BKJbHWgk0-9Kj
Make sure you have installed the lastest version of Python.
Open your terminal in the folder you want to store the bot in.
# Check if Python is installed
python --version
# Create main.py file
# Install the discord.py package
pip install discordNow get your token from here and save it to your clipboard. We will need it later for the bot.
You will learn how to use your token to login to your bot account, make some fun commands and learn how to set your prefix.
TODO