aboutsummaryrefslogtreecommitdiff
path: root/src/builder/create_embed.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix doc-testsacdenisSK2017-11-081-2/+2
* Into<String> -> DisplayacdenisSK2017-11-071-6/+6
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-6/+0
* Merge v0.4.3acdenisSK2017-11-041-0/+6
|\
| * Fix no-client cache testsZeyla Hellyer2017-11-011-1/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-031-2/+8
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-221-2/+2
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-181-84/+22
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-45/+37
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-1/+1
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-1/+1
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-13/+3
| * Use the de-generification trick.acdenisSK2017-10-021-3/+13
| * `to_owned` -> `to_string`acdenisSK2017-10-011-27/+27
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-5/+5
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-13/+3
* | Use the de-generification trick.acdenisSK2017-10-091-3/+13
* | `to_owned` -> `to_string`acdenisSK2017-10-091-27/+27
|/
* Apply rustfmtZeyla Hellyer2017-09-181-48/+23
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-23/+48
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-48/+23
* Apply rustfmtZeyla Hellyer2017-08-181-23/+48
* Fix the test `message_content_safe`acdenisSK2017-08-061-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-041-18/+5
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-11/+24
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-13/+15
* rustfmtacdenisSK2017-07-271-42/+55
* Add a way to add multiple fields at onceacdenisSK2017-07-111-0/+20
* Fix doc testsacdenisSK2017-07-021-37/+44
* Add support for sending attachments in embeds (#95)alex2017-06-281-0/+10
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-2/+2
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-15/+73
* Add some model docs, deprecate Role::edit_roleMaiddog2017-06-031-5/+5
* Restructure modulesZeyla Hellyer2017-05-221-0/+415