discord-webhook2
A simple rust library to interact with discord webhooks.
Why use this one over the others?
While there are multiple other libraries, most of them are either unmaintained or lack certain features...
Supports:
- Embeds
- Handling message ids
- Uploading files/extra data
- Sending, getting, editing and deleting messages
Example
A basic "Hello World" using discord-webhook2
:
use ;
async
More examples can be found in the examples directory discord-webhook2/examples.
Contributing
Contributing is always appreciated. Feel free to create issues or open pull requests at any time.