Update bot.go
This commit is contained in:
parent
1bbd193591
commit
0a357be1b6
1 changed files with 1 additions and 1 deletions
2
bot.go
2
bot.go
|
|
@ -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"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue