Fix naming and typos

This commit is contained in:
Senad Uka
2021-09-20 13:30:35 +02:00
committed by nedim.uka
parent 272a8c43ac
commit c8627a42b2
7 changed files with 13 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ func main() {
}
// Delay before sending another message
time.Sleep(time.Duration(appConfig.AppConfig.GeneralOptions.DelayBetweenMassages))
time.Sleep(time.Duration(appConfig.AppConfig.GeneralOptions.PresenceStatusDelay))
}