aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [lint] Fix import orderHornwitser2018-11-243-4/+7
* [commands] Remove duplicated quote entriesHornwitser2018-11-241-2/+0
* [lint] Remove redundant paranthesisHornwitser2018-11-243-9/+9
* [lint] Rename exception variables to excHornwitser2018-11-243-14/+14
* [lint] Remove redundant exception variablesHornwitser2018-11-241-5/+5
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-242-4/+4
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-111-3/+1
* [commands] Add call_once keyword-only parameter for Bot.remove_checkRapptz2018-10-111-7/+8
* Rework documentation to not duplicate inherited members.Rapptz2018-10-031-1/+3
* [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] Fix up Greedy documentation a bit.Rapptz2018-09-241-2/+2
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-242-2/+79
* [commands] Allow for backtracking parsing with typing.OptionalRapptz2018-09-231-0/+10
* [commands] Properly parse bool when inside a typing.Unionzephyrkul2018-09-201-3/+3
* Correct ClientException message raised in invocation hooks.MusicOnline2018-09-202-4/+4
* Change docstrings to raw-stringsBeatButton2018-09-144-11/+11
* [commands] Prepend mention prefixes in commands.when_mentioned_orzephyrkul2018-08-281-1/+1
* Fix typo in core.Command docstringSilicalNZ2018-08-241-1/+1
* [commands] Use eval instead of get_type_hints to resolve typehintsRapptz2018-08-221-14/+19
* Bot.unload_extension: don't remove commands from no moduleBen Mintz2018-08-221-0/+2
* Add support for converters working with PEP-563Bryan Forbes2018-08-221-0/+12
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-226-12/+16
* [lint] Remove unnecessary lambdasHornwitser2018-08-221-1/+1
* [lint] Remove unused variablesHornwitser2018-08-221-1/+1
* [lint] Remove unused importsHornwitser2018-08-224-5/+1
* [commands] Handle nick mentions in HelpFormatterMichael H2018-08-221-2/+2
* [commands] Ignore bots from Bot.process_commands by default.Rapptz2018-08-221-1/+7
* [commands] Added BucketType.members for cooldownsClement2018-08-222-1/+5
* [commands] Fix broken handling of keyword only parameters.Rapptz2018-07-211-1/+1
* [commands] Fix typing.Union converters for 3.7Rapptz2018-07-201-12/+17
* [commands] Make ConversionError have the original error as an attributeRapptz2018-07-202-2/+6
* [commands] Add support for typing.Union as a converterRapptz2018-07-202-5/+55
* [commands] raise ConversionError on Converter errorkhazhyk2018-07-202-26/+44
* [commands] Change command_prefix behaviourHornwitser2018-06-291-17/+53
* Fix case insensitive command removalHarmon2018-06-211-0/+3
* Fix Bot.get_prefix second parameter breaking.Rapptz2018-06-101-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-105-167/+119
* [commands] Don't handle single quotes.Rapptz2018-03-201-2/+0
* [commands] Minor optimisations to unicode quote handling.Rapptz2018-03-061-3/+6
* [commands] Added handling for unicode quotesb-hodges2018-03-061-14/+43
* [commands] Add ability to have case insensitive commands.Rapptz2018-03-062-1/+28
* [commands] Allow builtin unbound method convertersEli2018-02-101-2/+7
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-2/+21
* Add intersphinxTobotimus2018-01-066-47/+47
* [commands] Fix MissingRequiredArgument param handlingkhazhyk2018-01-061-2/+2
* [commands] Document that can_run can raise.Rapptz2017-12-291-0/+6
* [commands] Forbid passing a string to aliases in Command.Rapptz2017-12-291-0/+4
* Add support for animated emoji to commands ext EmojiConverterJoshua Butt2017-12-221-1/+1
* [commands] Fix minor spelling mistakeS Stewart2017-11-201-1/+1