aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
Commit message (Expand)AuthorAgeFilesLines
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-1/+1
* [commands] Allow @ prefixed usernames in DM contexts for UserConverterHugo Woesthuis2020-01-201-2/+7
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Fall back to using Message.mentions in convertersRapptz2019-07-101-2/+4
* Improve documentationNCPlayz2019-06-071-13/+13
* [commands] Fix MessageConverter not inheriting from ConverterRapptz2019-04-291-1/+1
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-5/+18
* [commands] Add new MessageConverter to commands prose page.Rapptz2019-04-171-4/+6
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-1/+36
* [commands] Support callables in Greedy converterRapptz2019-04-131-1/+1
* Add helpers to escape markdown and mentions from text.Rapptz2019-04-061-6/+2
* [commands] Raise BadArgument in ColourConverter when using from_hsv/rgbRapptz2019-04-061-2/+3
* Only escape characters as necessary in clean_contentCapnS2019-04-061-10/+5
* Redesign asset retrieval in the library.NCPlayz2019-04-061-1/+2
* [commands] ColourConverter raises if value is out of rangeJoshua B2019-03-191-0/+2
* Expose MetadataNCPlayz2019-03-191-2/+2
* Organise documentationNCPlayz2019-03-191-7/+4
* [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