Implementing simple stats counter (fix).
This commit is contained in:
parent
2ed9c2f6dc
commit
eecb5aa09b
|
@ -74,6 +74,7 @@ func (b *Bot) Run() error {
|
|||
bh.Handle(b.startHandler, th.CommandEqual("start"))
|
||||
bh.Handle(b.heyHandler, th.CommandEqual("hey"))
|
||||
bh.Handle(b.summarizeHandler, th.CommandEqual("summarize"))
|
||||
bh.Handle(b.statsHandler, th.CommandEqual("stats"))
|
||||
bh.Handle(b.helpHandler, th.CommandEqual("help"))
|
||||
|
||||
bh.Start()
|
||||
|
|
Loading…
Reference in a new issue