Skip to content

Commit

Permalink
Update websocket.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YABOIpy authored Nov 13, 2023
1 parent 22e654c commit 3c427f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"log"
"math/rand"
shttp "net/http"
"time"
)

func (ws *Sock) Connect(Token string, in *Instance) (*WsResp, *Sock, error) {
Expand Down Expand Up @@ -41,7 +40,7 @@ func (ws *Sock) Connect(Token string, in *Instance) (*WsResp, *Sock, error) {

func (ws *Sock) ScrapeUsers(GID, CID string, iter int) []Member {

time.Sleep(time.Second)
//time.Sleep(time.Second)
ws.GuildConnection(GID, CID, iter)

_, b, _ := ws.Ws.ReadMessage()
Expand Down

0 comments on commit 3c427f9

Please sign in to comment.