From 06b704abda192c8f412b895458e2c4551975a39a Mon Sep 17 00:00:00 2001 From: Sean Hinchee Date: Fri, 26 Jan 2018 18:12:57 +0000 Subject: [PATCH] tweaks --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d96f76a228bc5e968a253e570840e38afdab4b5..a0ada83a8755d219af30f047c36e6127269f1b0c 100644 --- a/README.md +++ b/README.md @@ -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. +