Skip to content

Commit

Permalink
add temp logging
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 17, 2024
1 parent 612ca27 commit 0c79fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ async fn wrapped_main() -> anyhow::Result<()> {
.description(description.join("\n"));

if !args.discord_thumbnail_url.is_empty() {
info!("Adding thumbnail to embed: {}", args.discord_thumbnail_url);
embed_builder =
embed_builder.thumbnail(ImageSource::url(args.discord_thumbnail_url.as_str())?);
}
Expand Down

0 comments on commit 0c79fa5

Please sign in to comment.