Use the right websockets.

This commit is contained in:
Bruce Marriner 2015-11-22 14:23:52 -06:00
parent 534891139a
commit f789b29a8d

View file

@ -1,9 +1,11 @@
package discordgo package discordgo
import ( import (
"encoding/json"
"net" "net"
"time"
"golang.org/x/net/websocket" "github.com/gorilla/websocket"
) )
// TODO: Eventually everything here gets moved to a better place. // TODO: Eventually everything here gets moved to a better place.