Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ChannelNotFoundError = fmt.Errorf("no channel found")
)
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct {
ID string
VoiceChannel string `json:"voice"`
TextChannel string `json:"text"`
QueueHistory int `json:"history"`
PrivilegedRole string `json:"privileged_role"`
}
Conf represents the guild conf at a given point.
Click to show internal directories.
Click to hide internal directories.