Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 666 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 666 Bytes

Discord_Bot

Create Application

https://discord.com/developers/applications New Application -> Create

Create Bot

General Tab -> Add Bot -> Create Bot Copy Token

Creating Hidden enviornment variables

Create .env file Type in : DISCORD_TOKEN={your-bot-token}

Installing the library

pip install -r requirements.txt

Running the boiler

python main.py

Cogs

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

Errors:

-DO python -m pip install -U discord.py
	-If the library is not up to date