diff --git a/bot.go b/bot.go index c2660d0..3e1e483 100644 --- a/bot.go +++ b/bot.go @@ -34,7 +34,7 @@ type Config struct { APIHash string `yaml:"api_hash"` MonitoredChat int64 `yaml:"monitored_chat"` AlertChat int64 `yaml:"alert_chat"` - NtfyHost string `json:"ntfy_host"` + NtfyHost string `yaml:"ntfy_host"` NtfyToken string `yaml:"ntfy_token"` NtfyTopic string `yaml:"ntfy_topic"` SessionPath string `yaml:"session_path"`