aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-6/+4
* rustfmtacdenisSK2017-07-271-12/+12
* Add Content for MessageBuilderSkye2017-05-301-2/+1
* Add more examples and improve some othersZeyla Hellyer2017-05-231-11/+143
* Restructure modulesZeyla Hellyer2017-05-221-5/+4
* Add `is_nsfw` check to channelsZeyla Hellyer2017-04-261-0/+53
* Add Shard Id helpersZeyla Hellyer2017-04-121-0/+18
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-13/+0
* allow quotes to be escaped in quote parserIllia2017-01-151-1/+5
* Abstract command fields to typesAustin Hellyer2016-12-091-15/+13
* Command builder, quoted args, and multi-prefixesIllia2016-12-091-0/+46
* Change all try's into ?sacdenisSK2016-12-071-1/+1
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+83
* Clean up the codebaseAustin Hellyer2016-11-291-54/+0
* Improve docs and add new message builder methodsIllia K2016-11-281-8/+2
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-2/+0
* A bit of docsAustin Hellyer2016-11-181-4/+27
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-79/+11
* Add voice connection supportAustin Hellyer2016-11-141-1/+50
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+2
* Fix some clippy lintsAustin Hellyer2016-11-101-0/+3
* Map op codes via a macroAustin Hellyer2016-11-091-0/+26
* Add some more documentationAustin Hellyer2016-11-061-2/+6
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Support major parameters in ratelimitsAustin Hellyer2016-11-051-4/+4
* Initial commitAustin Hellyer2016-10-181-0/+140