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.
type Editor ¶ added in v0.0.5
type Editor interface {
ChannelMessageEditComplex(m *discordgo.MessageEdit) (st *discordgo.Message, err error)
}
Editor used to edit messages on the underlying platform.
Click to show internal directories.
Click to hide internal directories.