mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 11:42:15 +00:00
1.4 - Telegram support
This commit is contained in:
parent
07d0e82dff
commit
6e1c259d9e
10 changed files with 139 additions and 5 deletions
|
@ -66,6 +66,9 @@ func getLastPollTime() *time.Time {
|
|||
}
|
||||
|
||||
func postTheUpdates() {
|
||||
// Telegram
|
||||
go postToTelegram()
|
||||
|
||||
// Slack
|
||||
go postToSlack()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue