Skip to content

Commit

Permalink
fix: thumbnail domain
Browse files Browse the repository at this point in the history
`portalv2..iacademy.edu.ph` -> `employeeportal.iacademy.edu.ph`
  • Loading branch information
sitiom authored Jul 22, 2024
1 parent 18b8f04 commit d459af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async fn send_announcement(
let mut embed = CreateEmbed::new()
.title(title)
.description(description)
.thumbnail("https://portalv2.iacademy.edu.ph/images/iacnew.png")
.thumbnail("https://employeeportal.iacademy.edu.ph/images/iacnew.png")
.colour(0x014FB3)
.footer(CreateEmbedFooter::new(concat!(
"Automatic notification via ",
Expand Down

0 comments on commit d459af3

Please sign in to comment.