This commit is contained in:
2025-04-07 22:43:52 +10:00
parent 4508b19f4b
commit 7076e9d259
10 changed files with 67 additions and 133 deletions

View File

@ -20,7 +20,7 @@ type Config struct {
ClientSecret string `json:"client_secret"`
} `json:"twitch"`
WebhookSecret string `json:"webhook_secret"`
ExtralUrl string `json:"extral_url"`
ExternalUrl string `json:"external_url"`
}
var c *Config