add hardcoded comming dates of meetings
WHY??? it is a way to develop bot in a few days :)
This commit is contained in:
parent
b94873b6a8
commit
c785e3676c
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user