mirror of
https://github.com/velour/catbase.git
synced 2025-04-03 19:51:42 +00:00
counter: api should update goals
This commit is contained in:
parent
3343a98802
commit
bed2e114a5
@ -87,6 +87,7 @@ func (p *CounterPlugin) mkIncrementAPI(delta int) func(w http.ResponseWriter, r
|
|||||||
for _, ch := range p.cfg.GetArray("channels", []string{}) {
|
for _, ch := range p.cfg.GetArray("channels", []string{}) {
|
||||||
p.b.Send(p.b.DefaultConnector(), bot.Message, ch, msg)
|
p.b.Send(p.b.DefaultConnector(), bot.Message, ch, msg)
|
||||||
}
|
}
|
||||||
|
sendUpdate(req, userName, itemName, item.Count)
|
||||||
j, _ := json.Marshal(struct{ Status bool }{true})
|
j, _ := json.Marshal(struct{ Status bool }{true})
|
||||||
fmt.Fprint(w, string(j))
|
fmt.Fprint(w, string(j))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user