type Config struct {
DiscordToken string `koanf:"discord.token" description:"bot or personal discord token"`
IsBot bool `koanf:"user.bot" description:"set to true if the token is a bot token"`
GraylogAddress string `koanf:"graylog.address" description:"udp gelf endpoint"`
}