Fixing.
This commit is contained in:
parent
5a0d49cde6
commit
5b42573ead
BIN
go_telegram
BIN
go_telegram
Binary file not shown.
24
main.go
24
main.go
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user