blob: 1acc15c38cb675b2376f0ebe87d698e6703ca75f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
META:
* tag with binary on github
* aur??
FEATURES:
* specify trusted users (i.e. board members)
* 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
* general refactoring
DONE:
* login
* send messages both ways
* readme
* build without voice support
* build only needed tokio features
* store the agenda in a (configurable) file
* basic commands
add
print
clear
help
* specify channels to read from and send in
LATER: (ordering and scope not actual)
* send reminders
24h and 1h (?)
* more commands
next
plan
skip
* allowed users
* customize meeting times
store dates in a file? commands?
* customize reminders
* gcal
|