automatica-team / plant

Declarative bots constructor
1 stars 0 forks source link

mods/monitor: implement #2

Closed demget closed 3 months ago

demget commented 3 months ago

Config usage:

mods:
  - import: plant/monitor
    url: $CH_URL

Code example:

// func Import

mon, err := monitor.New(...)

mod.Use(mon.Middleware())

Ref: https://github.com/go-telebot/pkg