diff --git a/go_telegram b/go_telegram index 5a910e9..16bf1ad 100755 Binary files a/go_telegram and b/go_telegram differ diff --git a/main.go b/main.go index 141497e..a9063fb 100644 --- a/main.go +++ b/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 + 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) {