mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-15 19:49:53 +01:00
AnnounceAppointmentSoon
This commit is contained in:
@@ -38,6 +38,9 @@ func Arbeit() {
|
||||
} else {
|
||||
cleared++
|
||||
}
|
||||
} else if a.Time.Add(time.Hour).Before(time.Now()) {
|
||||
// This is happening soon
|
||||
AnnounceAppointmentSoon(&a)
|
||||
}
|
||||
}
|
||||
if cleared > 0 {
|
||||
|
||||
Reference in New Issue
Block a user