discord-webhooks icon indicating copy to clipboard operation
discord-webhooks copied to clipboard

Implement Support for the rest of the Discord Webhook API

Open nopjmp opened this issue 8 years ago • 1 comments

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

  • [x] Basic Messages
  • [x] Communicate with JSON
  • [ ] Communicate with form encoding
  • [ ] Upload files
  • [x] TTS
  • [x] Basic Embed Support

nopjmp avatar Jan 07 '17 19:01 nopjmp

See my pull request, I implemented both.

bennetgallein avatar Oct 27 '17 14:10 bennetgallein