Function send_discord

Source
pub async fn send_discord(
    webhook_url: &str,
    message: &str,
    username: &str,
) -> Result<(), Error>