Skip to content

Commit

Permalink
squash 1
Browse files Browse the repository at this point in the history
Co-authored-by: Ishan Goel <[email protected]>
  • Loading branch information
Arkaeriit and quackduck authored Jul 20, 2022
1 parent 69e9c95 commit c53d866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type ConfigType struct {
Admins map[string]string `yaml:"admins"`
Censor bool `yaml:"censor,omitempty"`
Private bool `yaml:"private,omitempty"`
WhiteList map[string]string `yaml:"whitelist"`
WhiteList map[string]string `yaml:"whitelist,omitempty"`

IntegrationConfig string `yaml:"integration_config"`
}
Expand Down

0 comments on commit c53d866

Please sign in to comment.