aboutsummaryrefslogtreecommitdiff
path: root/tests/test_msg_builder.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add `animated` to `Emoji` and `ReactionType`Zeyla Hellyer2018-01-211-0/+1
| | | | | | | | Adds an animated structfield to `Emoji` and `ReactionType`'s `Custom` variant, which defaults to false if not present. A test has been added for deserializing it, taken from a REST API GET Emojis response.
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-6/+6
|
* rustfmtacdenisSK2017-07-271-11/+9
|
* Fix no-feature testsZeyla Hellyer2017-06-241-2/+2
|
* Add Content for MessageBuilderSkye2017-05-301-0/+26
| | | Allow `push` and `push_safe` to use a flexible syntax for formatting.
* Fix some clippy lintsZeyla Hellyer2017-02-281-2/+2
|
* Improve Mentions, fix MessageBuilderIllia2016-12-061-0/+53
Remove the obsolete Mention struct as well as related methods, improve the way mentioning works, fix the message builder, add a test for all this.