| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `animated` to `Emoji` and `ReactionType` | Zeyla Hellyer | 2018-01-21 | 1 | -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 nitpicks | acdenisSK | 2017-07-27 | 1 | -6/+6 |
| | | |||||
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -11/+9 |
| | | |||||
| * | Fix no-feature tests | Zeyla Hellyer | 2017-06-24 | 1 | -2/+2 |
| | | |||||
| * | Add Content for MessageBuilder | Skye | 2017-05-30 | 1 | -0/+26 |
| | | | | Allow `push` and `push_safe` to use a flexible syntax for formatting. | ||||
| * | Fix some clippy lints | Zeyla Hellyer | 2017-02-28 | 1 | -2/+2 |
| | | |||||
| * | Improve Mentions, fix MessageBuilder | Illia | 2016-12-06 | 1 | -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. | |||||