Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
Bot represents the Discord bot instance
type Config ¶
type Config struct {
DiscordToken string `yaml:"token"`
APIURL string
APISecret string
Guilds []GuildConfig `yaml:"guilds"`
}
type GuildConfig ¶ added in v1.0.16
Config holds the Discord bot configuration
Click to show internal directories.
Click to hide internal directories.