Some easter eggs. Ability to find user by name or nickname.
This commit is contained in:
@@ -74,5 +74,10 @@ func (r *Router) routeGroupRequest(update *tgbotapi.Update, playerRaw *dbmapping
|
||||
}
|
||||
}
|
||||
|
||||
switch {
|
||||
case update.Message.Command() == "long":
|
||||
c.Talkers.LongMessage(update)
|
||||
}
|
||||
|
||||
return "ok"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user