Merge pull request 'Implementing simple stats counter (fix).' (#7) from feature_4_configuration into main
Reviewed-on: #7
This commit is contained in:
commit
5dea0a7522
|
@ -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