rust-discord-lib 0.1.3

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff
Documentation

rust-discord-lib

Discord Webhook library - VERY Simple lib for sending webhooks from your codebase, without fuss, no fluff

    let result: Result<(),E> = send_discord("webhook_url", "Hello World", "Lazarus").await