Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTriggers = []rune{'.'}
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Prefix []rune Command string Logger *logger.Logger Response Response // contains filtered or unexported fields }
func NewCommand ¶
func NewCommandWithPrefix ¶
func (*Command) AddDescription ¶
func (Command) GetDescription ¶
type Message ¶
type Message struct { Logger *logger.Logger Response Response // contains filtered or unexported fields }
func (*Message) AddDescription ¶
func (Message) GetDescription ¶
Click to show internal directories.
Click to hide internal directories.