aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/create_embed.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-45/+60
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-1/+1
* Remove image/thumbnail embed buildersAustin Hellyer2016-12-181-82/+13
* Allow time::Tm to be passed into embed timestampAustin Hellyer2016-12-181-9/+44
* No Z or +XX:XXChristopher F2016-12-181-3/+4
* Add documentation regarding ISO-8601 to embedsChristopher F2016-12-181-0/+7
* Deprecate embed image/thumbnail height/widthAustin Hellyer2016-12-091-36/+10
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-1/+70
* Add documentation for modelsIllia2016-12-041-3/+8
* Clean up the codebaseAustin Hellyer2016-11-291-36/+0
* Ensure embed fields are inline by defaultAustin Hellyer2016-11-231-1/+1
* Don't typo CreateEmbed::image fieldAustin Hellyer2016-11-211-1/+1
* Add support for creating embed imagesAustin Hellyer2016-11-211-0/+48
* A bit of docsAustin Hellyer2016-11-181-0/+4
* Add send_message rich embedsAustin Hellyer2016-11-151-17/+310
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+42