diff --git a/auth.go b/auth.go index 4a65303..b623df9 100644 --- a/auth.go +++ b/auth.go @@ -14,6 +14,7 @@ func reqPass(w http.ResponseWriter, r *http.Request) { defer log.PanicSafe() log.LogInfo("reqPass called.") username := r.URL.Query()["UserName"][0] + log.LogInfo("reqPass username is %+v.", username) var userID string g, err := dg.Guild(config.GuildID) if err == nil {