diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-13 00:59:44 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-13 01:00:00 +0100 |
| commit | fcf9ffef4590b054637b55bc55e1ae5df62b6e4f (patch) | |
| tree | b2b77b4221a56ea9da6401f13182f99c34a570f4 | |
| parent | 3b75792081e11cfeb334b45dfb41027532a8848e (diff) | |
| download | kodapa-fcf9ffef4590b054637b55bc55e1ae5df62b6e4f.tar.gz | |
update todo
| -rw-r--r-- | TODO | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -3,19 +3,19 @@ META: * aur?? FEATURES: -* store the agenda in a (configurable) file * specify channels to read from and send in +--- basic usage cutoff --- * specify trusted users (i.e. board members) -* basic commands - add - print - remove - clear - help * mention the bot to do stuff? +* react to messages with +1 when they are read +* output formatting (!help mainly) +* configurable command prefix ISSUES: * sending to slack is very slow +* too many unwraps +* use correct form of string +* panics on !agenda with empty agenda DONE: * login @@ -23,8 +23,14 @@ DONE: * readme * build without voice support * build only needed tokio features +* store the agenda in a (configurable) file +* basic commands + add + print + clear + help -LATER: (rough ordering and scope) +LATER: (ordering and scope not actual) * send reminders 24h and 1h (?) * more commands |
