From 0a357be1b69e12e3c2720eb6049b2aad318846cf Mon Sep 17 00:00:00 2001 From: astra Date: Sat, 28 Feb 2026 14:57:02 +0100 Subject: [PATCH] Update bot.go --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`