Implement Support for the rest of the Discord Webhook API
nopjmp opened this issue · 1 comments
nopjmp commented
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
- Basic Messages
- Communicate with JSON
- Communicate with form encoding
- Upload files
- TTS
- Basic Embed Support
bennetgallein commented
See my pull request, I implemented both.