From f771b73bcda915ce69db49f40473558ae567223f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 5 Nov 2020 17:27:24 +0100 Subject: add initial readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a30ac49 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +A bot to help the board with their meeting agenda and meeting +reminders. + +Board members can add items to the agenda by sending a message +containing something like + +``` +/agenda Kaffet är slut! +``` + +in either Slack or Discord. The bot sends a confirmation in both Slack +and Discord so everyone can see what's added. + +Every wednesday afternoon (configurable), the day before the meeting, +the bot sends a reminder in both Slack and Discord, as well as the +agenda. + +More features TBD. -- cgit v1.2.1