From fe98bf5193b31a3c84076a64d0d648ccbb5b993e Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Wed, 24 Jan 2018 11:50:43 -0600 Subject: [PATCH] cleanup --- README.md | 8 +++----- TODO | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5d96f76a228bc5e968a253e570840e38afdab4b5..8b0d45908b261b17eb730dfd34e7586a7e44d6a4 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/TODO b/TODO index d7a43ebef857c208ebf3ae12480988f055708cc3..1dca0ee517b8bbd0f3ee02bd110de5f57c5f9cb2 100644 --- a/TODO +++ b/TODO @@ -25,3 +25,5 @@ Features: * replace libnotify shenanigans, add a goroutine to check for pings * flag for larger backlog loading + +* CAPTCHA solution