Couchpotato Search

This commit is contained in:
2021-12-04 06:04:04 +00:00
parent 9af1dda45d
commit 229572be10
5 changed files with 66 additions and 89 deletions

View File

@ -11,7 +11,7 @@ import (
type Config struct {
Telegram struct {
Token string `json:"token"`
ChatID string `json:"chatID"`
ChatID string `json:"chatId"`
Admins []int `json:"admins"`
AuthorizedChats []string `json:"authorizedChats"`
} `json:"telegram"`