Fixing.
This commit is contained in:
parent
5a0d49cde6
commit
5b42573ead
BIN
go_telegram
BIN
go_telegram
Binary file not shown.
14
main.go
14
main.go
@ -11,19 +11,19 @@ import (
|
||||
"github.com/yanzay/tbot"
|
||||
)
|
||||
|
||||
// Config - Specify what to look for in Config file
|
||||
// Config - Set layout
|
||||
var Config struct {
|
||||
BotToken string
|
||||
SonarrAPIURL string
|
||||
SonarrAPIKey string
|
||||
PlexPyAPIURL string
|
||||
PlexPyAPIKey string
|
||||
// RadarrAPIURL string
|
||||
// RadarrAPIKey string
|
||||
// CouchPotatoAPIURL string
|
||||
// CouchPotatoAPIKey string
|
||||
// PlexAPIURL string
|
||||
// PlexAPIKey string
|
||||
RadarrAPIURL string
|
||||
RadarrAPIKey string
|
||||
CouchPotatoAPIURL string
|
||||
CouchPotatoAPIKey string
|
||||
PlexAPIURL string
|
||||
PlexAPIKey string
|
||||
}
|
||||
|
||||
func sonarrStatus(message *tbot.Message) {
|
||||
|
Loading…
Reference in New Issue
Block a user