Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerManager ¶
type HandlerManager struct {
// contains filtered or unexported fields
}
func NewHandlerManager ¶
func NewHandlerManager(botID, prefix string) *HandlerManager
func (*HandlerManager) AddHandler ¶
func (hm *HandlerManager) AddHandler(handler Handler)
func (*HandlerManager) RegisterHandlers ¶
func (hm *HandlerManager) RegisterHandlers(s *discordgo.Session, m *discordgo.MessageCreate)
Click to show internal directories.
Click to hide internal directories.