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.

14
main.go
View File

@ -11,19 +11,19 @@ import (
"github.com/yanzay/tbot" "github.com/yanzay/tbot"
) )
// Config - Specify what to look for in Config file // Config - Set layout
var Config struct { var Config struct {
BotToken string BotToken string
SonarrAPIURL string SonarrAPIURL string
SonarrAPIKey string SonarrAPIKey string
PlexPyAPIURL string PlexPyAPIURL string
PlexPyAPIKey string PlexPyAPIKey string
// RadarrAPIURL string RadarrAPIURL string
// RadarrAPIKey string RadarrAPIKey string
// CouchPotatoAPIURL string CouchPotatoAPIURL string
// CouchPotatoAPIKey string CouchPotatoAPIKey string
// PlexAPIURL string PlexAPIURL string
// PlexAPIKey string PlexAPIKey string
} }
func sonarrStatus(message *tbot.Message) { func sonarrStatus(message *tbot.Message) {