Go to file
2020-03-21 14:19:53 +13:00
.env.example Initial Commit 2020-03-21 14:11:44 +13:00
.gitignore Initial Commit 2020-03-21 14:11:44 +13:00
bot.py Resolve int/str comps 2020-03-21 14:19:53 +13:00
README.md Initial Commit 2020-03-21 14:11:44 +13:00
requirements.txt Initial Commit 2020-03-21 14:11:44 +13:00

Python Discord Keyword Bot

Requirements

python3 / pip3

Install

copy .env.example to .env and setup your user Token in .env

pip3 install -r requirements.txt
python3 boy.py