From d459af33f00bb18435b4caf2c95fc5d092a013ab Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 22 Jul 2024 13:57:56 +0800 Subject: [PATCH] fix: thumbnail domain `portalv2..iacademy.edu.ph` -> `employeeportal.iacademy.edu.ph` --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 10220be..869a6cd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 ",