add hardcoded comming dates of meetings

WHY??? it is a way to develop bot in a few days :)
This commit is contained in:
Akulij 2025-03-27 22:43:37 +08:00
parent b94873b6a8
commit c785e3676c

View File

@ -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 "/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() { func main() {
var bc = GetBotController() var bc = GetBotController()