Update bot.go

This commit is contained in:
Astra 2026-02-28 14:57:02 +01:00
parent 1bbd193591
commit 0a357be1b6

2
bot.go
View file

@ -34,7 +34,7 @@ type Config struct {
APIHash string `yaml:"api_hash"` APIHash string `yaml:"api_hash"`
MonitoredChat int64 `yaml:"monitored_chat"` MonitoredChat int64 `yaml:"monitored_chat"`
AlertChat int64 `yaml:"alert_chat"` AlertChat int64 `yaml:"alert_chat"`
NtfyHost string `json:"ntfy_host"` NtfyHost string `yaml:"ntfy_host"`
NtfyToken string `yaml:"ntfy_token"` NtfyToken string `yaml:"ntfy_token"`
NtfyTopic string `yaml:"ntfy_topic"` NtfyTopic string `yaml:"ntfy_topic"`
SessionPath string `yaml:"session_path"` SessionPath string `yaml:"session_path"`