Archived
1

Profile parser changes to reflect last bot's update

This commit is contained in:
Vladimir Hodakov
2017-10-14 17:06:54 +04:00
parent d897d2c3f9
commit df58e25adc
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ func (r *Router) RouteRequest(update tgbotapi.Update) string {
// Forwards
var pokememeMsg = regexp.MustCompile("(Уровень)(.+)(Опыт)(.+)\n(Элементы:)(.+)\n(.+)(💙MP)")
var profileMsg = regexp.MustCompile("(Онлайн: )(\\d+)\n(Турнир Лиг через)(.+)\n\n(.*)\n(Элементы)(.+)\n\n(.+)(Уровень)(.+)\n")
var profileMsg = regexp.MustCompile(`(Онлайн: )(\d+)\n(Турнир через)(.+)\n\n(.*)\n(Элементы)(.+)\n(.*)\n\n(.+)(Уровень)(.+)\n`)
if update.Message.ForwardFrom != nil {
if update.Message.ForwardFrom.ID != 360402625 {