Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Discord.py updated

Playlist: https://www.youtube.com/playlist?list=PLthqW7GiLEwL0GrBM6P1BKJbHWgk0-9Kj


Prerequisites

Make sure you have installed the lastest version of Python.

1. Create the project and install all dependencies

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 discord

2. Get the bot token

Now get your token from here and save it to your clipboard. We will need it later for the bot.


Episodes

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