From f789b29a8dc49eb17174cf9b962ee4314aef8787 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sun, 22 Nov 2015 14:23:52 -0600 Subject: [PATCH] Use the right websockets. --- structs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 335fd0a..f2f6976 100644 --- a/structs.go +++ b/structs.go @@ -1,9 +1,11 @@ package discordgo import ( + "encoding/json" "net" + "time" - "golang.org/x/net/websocket" + "github.com/gorilla/websocket" ) // TODO: Eventually everything here gets moved to a better place.