Blurple Hook
Discord Webhook implementation built in Rust.
Notice
This is a personal library used for my own projects, This is only intended to work for me, but feel free to fork and make your own versions as you please if this doesn't suit your needs.
This package will probably work for other services that implement similar systems, such as Slack, but is only intended to support Discord currently.
Installation
cargo add blurple_hook
Example
use ;
async
Some methods such as set_colour have both spellings available for their method names (ie set_colour
and set_color
), however types are in Australian/British English spelling for now.