Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct { Id string `json:"id"` Name string `json:"name"` Description string `json:"description,omitempty"` Avatar string `json:"avatar,omitempty"` // contains filtered or unexported fields }
func (*Bot) SetDescription ¶
type Command ¶
type Command struct { Id string `json:"id"` BotId string `json:"botId"` Alias string `json:"alias"` Description string `json:"description,omitempty"` }
func NewCommand ¶
Click to show internal directories.
Click to hide internal directories.