Skip to content

Commit 7ff18e8

Browse files
committed
fix config struct tag
1 parent 3a399b0 commit 7ff18e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lavalinkbot/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (c BotConfig) String() string {
8080
type GitHubConfig struct {
8181
ServerAddr string `yaml:"server_addr"`
8282
WebhookSecret string `yaml:"webhook_secret"`
83-
Releases map[string]GithubReleaseConfig `yaml:"github_releases"`
83+
Releases map[string]GithubReleaseConfig `yaml:"releases"`
8484
}
8585

8686
func (c GitHubConfig) String() string {

0 commit comments

Comments
 (0)