Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationConfig ¶
type ApplicationConfig struct {
}
ApplicationConfig is the general application configuration.
type BotConfig ¶
type BotConfig struct {
// Prefix for commands
CommandPrefix string //`toml:"command_prefix"`
// Initial status of the bot
Status string
}
BotConfig is the bot behavior configuration.
type Config ¶
type Config struct {
Application ApplicationConfig
Discord DiscordConfig
Bot BotConfig
}
Config contains all configuration objects.
type DiscordConfig ¶
type DiscordConfig struct {
Token string //`toml:"token"`
}
DiscordConfig is the discord configuration.
Click to show internal directories.
Click to hide internal directories.