hdkv
/
i2_bot
Archived
1
Fork 0

Fix debug message

master
Vladimir Hodakov 2018-04-07 17:26:18 +04:00
parent fdcd53ffb3
commit d2f172c316
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (ct *Chatter) userPrivilegesCheck(update *tgbotapi.Update, user *tgbotapi.U
}
if update.Message.Chat.ID == gamesChatID && strings.Contains(strings.ToLower(user.UserName), "bot") {
c.Log.Debug("Game bot with username @" + update.Message.From.UserName + " passed filtration")
c.Log.Debug("Game bot with username @" + user.UserName + " passed filtration")
return true
}