https://discord.com/developers/applications New Application -> Create
General Tab -> Add Bot -> Create Bot Copy Token
Creating Hidden enviornment variables
Create .env file Type in : DISCORD_TOKEN={your-bot-token}
pip install -r requirements.txt
python main.py
Look into Cogs to see how you can make different applications
-RedditAPI.py
-Reddit API basically shows you how you can use simple code to connect to reddit.
-main.py
-A basic response to keywords bot
-DO python -m pip install -U discord.py
-If the library is not up to date