From bc8ba276192cd5ed4625a504d205c0913b6a2b52 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 13 Nov 2018 13:27:09 -0600 Subject: [PATCH] Update readme with specific chat functions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a47505d..a00a186 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,8 @@ The point of this bot is to fuck around with slack integrations and Python. Even * home splunk alerts * annoying other people in my slack server -The starting code was cribbed from https://www.fullstackpython.com/blog/build-first-slack-bot-python.html with only minor tweaks. \ No newline at end of file +### chat functions +* sass functions: "say", anything that isn't specifically called out. +* productive: "arke" for website status + +The starting code was cribbed from https://www.fullstackpython.com/blog/build-first-slack-bot-python.html with only minor tweaks.