This commit is contained in:
Noah 2024-06-03 22:40:17 +02:00
parent 3f3e75a5be
commit cf0ce42636
6 changed files with 2 additions and 8 deletions

View file

@ -94,7 +94,6 @@ func Reminder(update tgbotapi.Update, bot *tgbotapi.BotAPI) {
log.Info().Int("ID", reminder.updateID).Int64("chat", reminder.chatID).Int64("user", reminder.userID).Int64("time", reminder.notifyTime).Msg("Added new Reminder")
return
}
func NotifyHandler(bot *tgbotapi.BotAPI) {