diff --git a/service_liberapay.go b/service_liberapay.go index 3ba484e..85c1f56 100644 --- a/service_liberapay.go +++ b/service_liberapay.go @@ -56,7 +56,7 @@ func (s liberapayServiceHandler) Handle(ctx context.Context, params []string) (t } title = params[1] - color = "ffee16" + color = "brightgreen" cacheKey := strings.Join([]string{params[0], params[1]}, ":") text, err = cacheStore.Get("liberapay", cacheKey)