aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a case for `context, message, args, full_message`acdenisSK2017-08-181-0/+8
* Allow the user to be given the original message (as in, the message used to c...acdenisSK2017-08-184-15/+23
* Fix args when `use_quotes` is trueacdenisSK2017-08-181-1/+1
* Expande CheckFailed to provide Arc<Command>(#138)Lakelezz2017-08-171-2/+2
* Reword thisacdenisSK2017-08-161-1/+1
* Provide the args to the checksacdenisSK2017-08-163-10/+12
* a little for-loop to iterator changeacdenisSK2017-08-162-3/+3
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Update examplesacdenisSK2017-08-144-9/+8
* `$crate_name` => `version`, and a few adjustementsacdenisSK2017-08-142-23/+15
* Fix string delimiters (#134)Lakelezz2017-08-134-32/+48
* Trim a second time for a sakeacdenisSK2017-08-121-6/+8
* Rewamp the custom delimeter functionality to support moreacdenisSK2017-08-122-5/+34
* Add support for custom delimetersacdenisSK2017-08-122-1/+29
* Don't do any other fuzz about private channels if they're already in the cacheacdenisSK2017-08-111-0/+4
* Put `update_user_entry` back into the cacheacdenisSK2017-08-112-14/+12
* Split event handling in the cache to a traitacdenisSK2017-08-104-491/+550
* 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-063-69/+80
* Update examplesacdenisSK2017-08-066-22/+25
* make Travis test on OS X (#123)Alex Lyon2017-08-051-1/+2
* >.>acdenisSK2017-08-051-1/+1
* Refactor the display stuff a bitacdenisSK2017-08-043-75/+22
* Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...acdenisSK2017-08-042-1/+43
* Remove uneccessary mapacdenisSK2017-08-041-2/+2
* 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
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-043-14/+31
* Change to c-like enums and transmuteacdenisSK2017-08-021-164/+55
* Fix testsZeyla Hellyer2017-08-011-1/+1
* Make colour implement `From<(u8, u8, u8)>`acdenisSK2017-08-011-0/+5
* Use ranges instead of guardsacdenisSK2017-08-011-9/+7
* Clippy and rustfmtacdenisSK2017-08-016-20/+24
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-013-5/+11
* Remove the `ext` module and remove a matchacdenisSK2017-08-013-29/+2
* Fix failing tests (#133)Andrej2017-07-313-8/+9
* Reuse `num`acdenisSK2017-07-311-8/+8
* Improve `Action`acdenisSK2017-07-311-100/+200
* Handle the `None`s betteracdenisSK2017-07-301-3/+8
* Remove a few clonesacdenisSK2017-07-297-27/+26
* Fix importsacdenisSK2017-07-271-3/+3
* Fix the `_other` match armacdenisSK2017-07-271-3/+6
* Change the config a bit, and a few nitpicksacdenisSK2017-07-2757-1408/+1610
* rustfmtacdenisSK2017-07-2788-2766/+2765
* Use a consistent indentation styleZeyla Hellyer2017-07-262-26/+26
* Make the `framework` module feature-gated and fix the names in the helper macroacdenisSK2017-07-274-23/+28
* Fix condional compilation for `Framework::initialized` when builtin-framework...acdenisSK2017-07-271-18/+22
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6