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.