You've already forked AstralRinth
forked from didirus/AstralRinth
Fix webhook again (#499)
This commit is contained in:
@@ -221,7 +221,7 @@ pub async fn send_discord_webhook(
|
|||||||
.map(|x| DiscordEmbedImage { url: Some(x) }),
|
.map(|x| DiscordEmbedImage { url: Some(x) }),
|
||||||
footer: Some(DiscordEmbedFooter {
|
footer: Some(DiscordEmbedFooter {
|
||||||
text: format!(
|
text: format!(
|
||||||
"{project_type}{} on Modrinth",
|
"{}{project_type} on Modrinth",
|
||||||
project_type.remove(0).to_uppercase()
|
project_type.remove(0).to_uppercase()
|
||||||
),
|
),
|
||||||
icon_url: Some(
|
icon_url: Some(
|
||||||
|
|||||||
Reference in New Issue
Block a user