Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
bd0615b7bc
commit
3ea3530f04
1 changed files with 0 additions and 11 deletions
|
@ -262,17 +262,6 @@ func TwitchAdminHandler(response http.ResponseWriter, request *http.Request) {
|
|||
response.WriteHeader(500)
|
||||
response.Header().Add("Content-type", "text/plain")
|
||||
fmt.Fprint(response, "ERROR: Twitch returned not 1 user for the request!\n---\n")
|
||||
fmt.Fprint(response, usersObject.Data)
|
||||
fmt.Fprint(response, "\n---\n")
|
||||
fmt.Fprint(response, body)
|
||||
fmt.Fprint(response, "\n---\n")
|
||||
fmt.Fprint(response, usersResponse)
|
||||
fmt.Fprint(response, "\n---\n")
|
||||
fmt.Fprint(response, usersObject)
|
||||
fmt.Fprint(response, "\n---\n")
|
||||
fmt.Fprint(response, "curl -H 'Authorization: Bearer "+oauthResponse.Access_token+
|
||||
"' -H 'Client-ID: "+ircBot.AppCredentials.ClientID+
|
||||
" -X GET https://api.twitch.tv/users")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue