Browse Source

Use the right websockets.

Bruce Marriner 9 years ago
parent
commit
f789b29a8d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      structs.go

+ 3 - 1
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.