aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Ensure no mentions escape clean_contentRapptz2017-08-101-10/+2
* [commands] Fix clean_content converter not properly escaping mentions.Rapptz2017-08-101-24/+29
* [commands] Add escape_markdown parameter for clean_content.Rapptz2017-05-281-1/+16
* [commands] Fix EmojiConverter not working with underscore names.Rapptz2017-05-261-3/+3
* First pass at documentation reform.Rapptz2017-05-121-8/+105
* [commands] Converter.convert is always a coroutine.Rapptz2017-05-101-69/+80
* [commands] Bot.get_all_emojis no longer exists.Rapptz2017-04-121-2/+2
* [commands] Export missing built-in converters.Rapptz2017-04-121-1/+1
* [commands] Fix User converter not working with IDs.Rapptz2017-03-271-1/+1
* [commands] Add commands.clean_content converter.Rapptz2017-02-131-1/+61
* [commands] Allow converters to be instantiated.Rapptz2017-02-131-3/+5
* [commands] Fix converters returning the wrong types when an ID is passedRapptz2017-01-311-2/+2
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* [commands] Change UserConverter to actually work with User, not Member.Rapptz2017-01-141-1/+27
* [commands] First pass in making commands ext work again.Rapptz2017-01-031-7/+37
* Rename Server to Guild everywhere.Rapptz2017-01-031-25/+25
* Switch IDs to use int instead of strRapptz2017-01-031-4/+4
* [commands] Default converters now take in IDs to match against.Rapptz2016-09-091-10/+17
* [commands] Add missing inspect import in converter.pyRapptz2016-08-041-0/+1
* [commands] Add custom emoji converter.Khazhismel2016-07-311-0/+31
* [commands] Fix error in converters in a private message context.Rapptz2016-07-021-3/+11
* [commands] Port special cased discord converters to commands.ConverterRapptz2016-06-221-0/+155