update slack channel

This commit is contained in:
Daniel Mason 2021-09-06 12:33:56 +12:00
parent 6eb7e26d4d
commit 45a6b9e9df
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -27,7 +27,7 @@ func postToSlack() {
payload := slack.Payload{
Text: "New Locations of Interest!",
Username: "NZCovidTracker",
Channel: "#covid-19",
Channel: "#covid-19-locations",
IconUrl: "https://www.skids.co.nz/wp-content/uploads/2020/08/download.png",
Attachments: []slack.Attachment{attachment1},
}