Versions in this module Expand all Collapse all v0 v0.4.0 Jul 22, 2026 Changes in this version + var ErrAmbiguousAuth = githubint.ErrAmbiguousAuth + var ErrBadChannelID = githubint.ErrBadChannelID + var ErrBadReactionConfig = githubint.ErrBadReactionConfig + var ErrMissingConfig = githubint.ErrMissingConfig + func Addr(b *botbooter.Bot) string + func Client(b *botbooter.Bot) *gogithub.Client + func New(cfg Config) (*botbooter.Bot, error) + type Config = githubint.Config + type Message = githubint.Message + func RawEvent(m *botbooter.Message) (*Message, bool) + type ReactionPayload = githubint.ReactionPayload + func RawReaction(r *botbooter.Reaction) (*ReactionPayload, bool)