Skip to content

Commit

Permalink
change color
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM committed Oct 30, 2024
1 parent e3add4a commit 93db20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Penny/SwiftReleasesChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ actor SwiftReleasesChecker {
payload: .init(embeds: [.init(
title: "Swift \(release.stableName) Release".unicodesPrefix(256),
url: "https://github.com/swiftlang/swift/releases/tag/\(release.tag)",
color: .green(scheme: .dark),
color: .cyan,
image: .init(url: .exact(image))
)])
)
Expand Down

0 comments on commit 93db20b

Please sign in to comment.