From 77f0cd98f42b6d5cd009ec4b21570f80c5008d09 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 11 Oct 2019 10:40:13 +0800 Subject: [PATCH] fix --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index 883ddf3..d380c11 100644 --- a/bot.go +++ b/bot.go @@ -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) } }