From c785e3676c9a3e97ad5b26f7b05f1e193a4e456e Mon Sep 17 00:00:00 2001 From: Akulij Date: Thu, 27 Mar 2025 22:43:37 +0800 Subject: [PATCH] add hardcoded comming dates of meetings WHY??? it is a way to develop bot in a few days :) --- cmd/app/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/app/main.go b/cmd/app/main.go index 157ced5..69b8513 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -21,6 +21,7 @@ var adminCommands = map[string]func(BotController, tgbotapi.Update, User){ "/setchannelid": handleDefaultMessage, // just type it in channel which one is supposed to be lined with bot } +var nearDatesApril = []int {1, 3} // why? because it is as temporal as it can be func main() { var bc = GetBotController()