We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd507f commit 35adacfCopy full SHA for 35adacf
main.go
@@ -129,7 +129,6 @@ func main() {
129
if player.SteamID64 != 0 && steamWebApiKey != ""{
130
//https://steamapi.xpaw.me/#ISteamUser/GetPlayerSummaries
131
doc, _ := jsonquery.LoadURL("https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key=" + steamWebApiKey + "&steamids=" + strconv.FormatUint(player.SteamID64, 10))
132
- //TODO: Implement ban status
133
for _, n := range jsonquery.Find(doc, "response/players/*/profileurl") {
134
profileurl = n.InnerText()
135
}
0 commit comments