@@ 6,9 6,12 @@ JSON config is in `$home/lib/disco.cfg` for setting password, should be made aut
## Install
-`mk deps`
-
-`mk install`
+```
+go get github.com/bwmarrin/discordgo
+go get github.com/gorilla/websocket
+go get golang.org/x/crypto
+go get bitbucket.org/henesy/disco
+```
## Problems
@@ 16,6 19,8 @@ JSON config is in `$home/lib/disco.cfg` for setting password, should be made aut
* JSON
+* PM's are temporarily disabled
+
* 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)
@@ 38,3 43,4 @@ Commands available in chat:
## Notes
If you can connect to a channel and see messages, but yours aren't sending, check to make sure your e-mail address is verified.
+