hdkv
/
i2_bot
Archived
1
Fork 0
master
Vladimir Hodakov 2018-02-04 04:28:16 +04:00
parent 38416b3902
commit 526304294c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func (w *Welcomer) groupWelcomeUser(update *tgbotapi.Update, newUser *tgbotapi.U
} }
} else { } else {
c.Log.Info("Following profile error is OK.") c.Log.Info("Following profile error is OK.")
c.Log.Info(err.Error()) c.Log.Info(profileExist.Error())
w.alertUserWithoutProfile(update, newUser) w.alertUserWithoutProfile(update, newUser)
} }