We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804b03c commit 521e5a5Copy full SHA for 521e5a5
api/pinfo.go
@@ -42,6 +42,7 @@ func handlePinfoImpl(req PinfoRequest, validSecret bool) (*database.User, int, e
42
LastInGameSn: realUser.LastInGameSn,
43
BanIssued: realUser.BanIssued,
44
BanExpires: realUser.BanExpires,
45
+ DiscordID: realUser.DiscordID,
46
}
47
} else {
48
ret = &realUser
0 commit comments