SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
390 stars 94 forks source link

Support sending messages with custom embed fields #86

Closed tinaun closed 7 years ago

tinaun commented 7 years ago

a recent discord api update added support for specifying custom embeds in the input of the create message endpoint: https://discordapp.com/developers/docs/resources/channel#create-message

it would be nice to have this, though i don't know the best way to implement it atm