2 files changed, 5 insertions(+), 5 deletions(-)
M README.md
M TODO
M README.md => README.md +3 -5
@@ 6,23 6,21 @@ JSON config is in `$home/lib/disco.cfg` for setting password, should be made aut
## Install
-`mk deps`
+`mk deps` (or `go get` the deps manually)
`mk install`
## Problems
-* You might have to run `mk` or `mk install` twice
-
* JSON
* Does not create accounts for you, this still needs to be done in a browser/app
* Does not support 2FA (Discord API explicitly does not allow this)
-* ~~:g switching guilds crashes the client~~ Add private channel switch later
+* No way to fix an HTTP 400 Needs Captcha error if one is thrown
-* You have to verify your e-mail regularly (i guess?)
+* ~~:g switching guilds crashes the client~~ Add private channel switch later
## Commands
Commands available in chat:
M TODO => TODO +2 -0
@@ 25,3 25,5 @@ Features:
* replace libnotify shenanigans, add a goroutine to check for pings
* flag for larger backlog loading
+
+* CAPTCHA solution