package
Version:
v0.0.0-...-a6fa872
Opens a new window with list of versions in this module.
Published: Dec 14, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DiscordCfg Discord `yaml:"discord"`
}
Config is the bot's config settings
NewConfig returns a new decoded Config struct
type Discord struct {
Token string `yaml:"token"`
Channels []string `yaml:"channels"`
}
Discord is the Discord specific configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.