Documentation ¶
Overview ¶
Package message handles replies and message events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher []Handler
Dispatcher for inbound messages to Handlers.
func (*Dispatcher) Dispatch ¶
func (d *Dispatcher) Dispatch(s *discordgo.Session, m *discordgo.MessageCreate)
Dispatch an inbound message to the registered handlers.
Click to show internal directories.
Click to hide internal directories.