fix
This commit is contained in:
parent
ceff699541
commit
77f0cd98f4
2
bot.go
2
bot.go
@ -679,7 +679,7 @@ func botVaultHelp(m *tb.Message) {
|
|||||||
func botVault(m *tb.Message) {
|
func botVault(m *tb.Message) {
|
||||||
for _, e := range m.Entities {
|
for _, e := range m.Entities {
|
||||||
if e.EntityType == tb.EntityMention {
|
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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user