Work on squads, alerts on new user with empty or spy profile
Closes #1 Closes #2
This commit is contained in:
@@ -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 != "" {
|
||||
|
||||
Reference in New Issue
Block a user