nopjmp / discord-webhooks

A simple lightweight Discord webhook client library.
MIT License
54 stars 23 forks source link

Implement Support for the rest of the Discord Webhook API #1

Open nopjmp opened 7 years ago

nopjmp commented 7 years ago

I would like to implement the rest of the API in a simple way. Possibly in another class to avoid loading unnecessary classes.

https://discordapp.com/developers/docs/resources/webhook#execute-webhook

bennetgallein commented 7 years ago

See my pull request, I implemented both.