#webhook #discord #lib

discord-webhook-lib

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

4 releases

0.1.7 Apr 7, 2024
0.1.5 Apr 4, 2024
0.1.4 Mar 5, 2024
0.1.3 Mar 5, 2024

#1551 in Web programming

Download history 216/week @ 2024-03-01 50/week @ 2024-03-08 7/week @ 2024-03-15 72/week @ 2024-03-29 165/week @ 2024-04-05

254 downloads per month

MIT license

15KB
64 lines

rust-discord-lib

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

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

Dependencies

~7–21MB
~286K SLoC