forked from pothtonswer/discordmuffin
Use the right websockets.
This commit is contained in:
parent
534891139a
commit
f789b29a8d
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue