From 77d7f507fa660465aeafdff1c10e8d896a671c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 16 Nov 2020 20:22:41 +0100 Subject: update readme --- README.md | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4ef3515..cf3b1ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ A bot to help the board with their meeting agenda and meeting reminders. +## Features + +- `!add item` adds an item to the agenda. Confirmation is sent in both Slack and + Discord. +- `!agenda` prints the current agenda and who added each item. +- `!clear` clears the agenda. +- `!help` prints a short help message. + +See the TODO for feature ideas. Proper features and bugs are tracked using +Github issues. + ## Requirements The binary itself depends on OpenSSL, as well as the usual suspects (glibc): @@ -52,28 +63,3 @@ $ DISCORD_API_TOKEN="" \ # fill cargo run ``` -## Current (non-)features - -- Messages are sent where they should -- ...but they aren't stored anywhere and can't be summarized. -- No reminders. -- No permissions / trusted users / trusted channels. Please, only private - testing servers for now. - -See the TODO for more planned features. - -## Sales pitch (not yet implemented) - -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 being added. - -Every Wednesday afternoon (configurable) the bot sends a reminder and the agenda -in both Slack and Discord. An additional reminder is sent 1 hour before the -meeting. -- cgit v1.2.1