aboutsummaryrefslogtreecommitdiff
path: root/src/utils/message_builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove the `I` bound for the language param and fix `push_mono_safe`acdenisSK2017-08-081-5/+5
* Fix the test `message_content_safe`acdenisSK2017-08-061-67/+78
* >.>acdenisSK2017-08-051-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-041-53/+16
* Make so content and language can be of different typesacdenisSK2017-08-041-2/+2
* Also make the message builder use DisplayacdenisSK2017-08-041-53/+119
* Fix failing tests (#133)Andrej2017-07-311-2/+3
* Remove a few clonesacdenisSK2017-07-291-8/+6
* rustfmtacdenisSK2017-07-271-30/+20
* Add Content for MessageBuilderSkye2017-05-301-9/+194
* Add _line + _line_safe methods to MessageBuilderMaiddog2017-05-281-0/+250
* Add more examples and improve some othersZeyla Hellyer2017-05-231-13/+195
* Reasonably derive Debug on itemsZeyla Hellyer2017-05-221-6/+1
* Stop abusing unicode for sanitisationIllia2017-01-111-6/+6
* Use zero-width space for mention preventionIllia2017-01-111-13/+13
* Fix typoIllia2016-12-311-1/+1
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-171-3/+3
* Re-order message builder fileAustin Hellyer2016-11-281-22/+21
* Fix some clippy lintsAustin Hellyer2016-11-281-7/+7
* Improve docs and add new message builder methodsIllia K2016-11-281-6/+165
* Add a bit more docsAustin Hellyer2016-11-261-1/+0
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-2/+2
* A bit of docsAustin Hellyer2016-11-181-8/+69
* Add some more documentationAustin Hellyer2016-11-061-1/+3
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-051-2/+3
* Initial commitAustin Hellyer2016-10-181-0/+97