Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2026 Changes in this version + type Service struct + func Create() *Service + func (s *Service) AddCommand(name string, desc string, action command.Handler) error + func (s *Service) CommandsRegistry() error + func (s *Service) Init(grb *GoroBot.Instant) error + func (s *Service) Name() string + func (s *Service) Release(grb *GoroBot.Instant) error