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 + " "
}
url, ok := os.LookupEnv("GITHUB_URL")
if ok {
text += " (now open source: " + url + ")"
}
//url, ok := os.LookupEnv("GITHUB_URL")
//if ok {
// text += " (now open source: " + url + ")"
//}
err = json.NewEncoder(writer).Encode(&reply{Response_type: "comment", Text: text})