comment out github link

This commit is contained in:
olemorud
2022-12-08 23:12:28 +01:00
parent 697bd96a58
commit e68ad5c3b3

View File

@@ -122,10 +122,10 @@ func Coffee(writer http.ResponseWriter, request *http.Request) {
text += name + " " text += name + " "
} }
url, ok := os.LookupEnv("GITHUB_URL") //url, ok := os.LookupEnv("GITHUB_URL")
if ok { //if ok {
text += " (now open source: " + url + ")" // text += " (now open source: " + url + ")"
} //}
err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text}) err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text})