Archived
1

Work on squads, alerts on new user with empty or spy profile

Closes #1
Closes #2
This commit is contained in:
2017-11-13 22:51:50 +04:00
parent 76b6245b8e
commit 5c08899d25
23 changed files with 338 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ func (r *Router) routeGroupRequest(update tgbotapi.Update, playerRaw dbmapping.P
// Welcomes
if update.Message.NewChatMember != nil {
return c.Talkers.WelcomeMessage(update)
return c.Welcomer.WelcomeMessage(update)
}
// New chat names
if update.Message.NewChatTitle != "" {