#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

#1509 in Web programming

29 downloads per month
Used in boobytrap

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–19MB
~284K SLoC