From e1e4dfd1e88cf64b19e8278a443786ff55060094 Mon Sep 17 00:00:00 2001 From: "Luke Bovington (bovingtl)" Date: Tue, 12 Nov 2019 20:19:59 +0000 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4f6363 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ChatBotChef +This repository contains all of the code that i worked on for the group project. contains communication with the discord bot, a random list response, a HTML link to a news website when asking for the 'news' and finally, a news API to respond when asking using specific words. +along with this, ive made a web scraper tool that was integrated into Discord using if statements and loops.