diff --git a/auth.go b/auth.go index 58afd86..1f730fb 100644 --- a/auth.go +++ b/auth.go @@ -19,7 +19,7 @@ func reqPass(w http.ResponseWriter, r *http.Request) { if &dg == nil { log.LogError("Discord session was nill.") } - g, err := dg.GuildMembers(config.GuildID, "", 0) + g, err := dg.GuildMembers(config.GuildID, "", 1000) log.LogInfo("reqPass guild is %+v.", config.GuildID) if err == nil { for _, m := range g {