fake discord feature

This commit is contained in:
2026-01-19 23:16:28 +01:00
parent a89c320106
commit cbd2695a81
3 changed files with 9 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ type Config struct {
GiteaToken string
GiteaBaseURL string
GiteaRepos []string
Webhook string
DiscordWebhook string
DiscordFake bool
Interval time.Duration
}