Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
Log zerolog.Logger
Twitch *twitch.Client
State *state.Client
Location *nominatim.Client
Weather *openweather.Client
ImgurClientID string
BotName string
Config struct {
Debug *bool
}
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) RunActions ¶
func (m *Manager) RunActions(msg *twitch.PrivateMessage, user *state.User)
Click to show internal directories.
Click to hide internal directories.