This commit is contained in:
Matt Burchett 2018-07-19 11:05:12 -05:00
parent 5a0d49cde6
commit 5b42573ead
2 changed files with 12 additions and 12 deletions

Binary file not shown.

24
main.go
View File

@ -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
BotToken string
SonarrAPIURL string
SonarrAPIKey string
PlexPyAPIURL string
PlexPyAPIKey string
RadarrAPIURL string
RadarrAPIKey string
CouchPotatoAPIURL string
CouchPotatoAPIKey string
PlexAPIURL string
PlexAPIKey string
}
func sonarrStatus(message *tbot.Message) {