Skip to content

Commit

Permalink
add confetti ball, use html_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 6, 2024
1 parent 08c0208 commit f60f253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/response/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ async fn respond(action: GithubReleaseActionType, data: HashMap<String, serde_js

let msg = format!
(
"New release just dropped!\n {} just got a newly {} release. \n\n Check it out here: {}",
"New release just dropped!\n {} just got a newly {} release :confetti_ball: \n\n Check it out here: {}",
data["repository"]["name"],
Into::<String>::into(action),
data["release"]["url"]
data["release"]["html_url"]
);

match post(disc, msg).await
Expand Down

0 comments on commit f60f253

Please sign in to comment.