Output all 200 user guilds
This commit is contained in:
parent
d12edc93ae
commit
174b82c99f
@ -88,7 +88,7 @@ func (m *Module) homepage(rw http.ResponseWriter, _ *http.Request, state *utils.
|
|||||||
http.Error(rw, err.Error(), http.StatusInternalServerError)
|
http.Error(rw, err.Error(), http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
myGuilds, err := discordClient.UserGuilds(100, "", "")
|
myGuilds, err := discordClient.UserGuilds(200, "", "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
http.Error(rw, err.Error(), http.StatusInternalServerError)
|
http.Error(rw, err.Error(), http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user