@ -18,10 +18,10 @@ type Config struct {
func validateConfigEntry(entry string, name string) bool {
if entry == "" {
log.Printf("Error: %v unset", name)
return false
}
return true
func LoadConfig() (*Config, error) {
viper.SetConfigName("guildgate")
The note is not visible to the blocked user.