We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a399b0 commit 7ff18e8Copy full SHA for 7ff18e8
lavalinkbot/config.go
@@ -80,7 +80,7 @@ func (c BotConfig) String() string {
80
type GitHubConfig struct {
81
ServerAddr string `yaml:"server_addr"`
82
WebhookSecret string `yaml:"webhook_secret"`
83
- Releases map[string]GithubReleaseConfig `yaml:"github_releases"`
+ Releases map[string]GithubReleaseConfig `yaml:"releases"`
84
}
85
86
func (c GitHubConfig) String() string {
0 commit comments