This commit is contained in:
shoopea 2019-10-11 10:40:13 +08:00
parent ceff699541
commit 77f0cd98f4

2
bot.go
View File

@ -679,7 +679,7 @@ func botVaultHelp(m *tb.Message) {
func botVault(m *tb.Message) {
for _, e := range m.Entities {
if e.EntityType == tb.EntityMention {
log.Printf("botVault (user) : %s - %d\n", e.User.Username, e.ID)
log.Printf("botVault (user) : %s - %d\n", e.User.Username, e.User.ID)
}
}