aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Allow passing of typing.Union into Greedy. Fix #1951Rapptz2019-03-031-1/+1
* [commands] Allow Converter instances in Greedy. Fix #1939.Rapptz2019-02-271-2/+2
* commands.clean_content: escape || spoilers ||Benjamin Mintz2019-02-061-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [commands] Remove message being required from Role/Member converters.Dice2018-12-141-3/+2
* [lint] Fix import orderHornwitser2018-11-241-1/+2
* [lint] Rename exception variables to excHornwitser2018-11-241-2/+2
* [commands] Fix NameError in clean_content converterRapptz2018-09-251-1/+1
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-241-4/+7
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-241-1/+24
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-5/+5
* [lint] Remove unused importsHornwitser2018-08-221-2/+0
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-27/+14
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-2/+21
* Add intersphinxTobotimus2018-01-061-3/+3
* Add support for animated emoji to commands ext EmojiConverterJoshua Butt2017-12-221-1/+1
* [commands] Add CategoryChannelConverterRapptz2017-09-131-1/+42
* [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