aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* [commands] Minor speed-up for the BucketType.guild case.Rapptz2017-10-081-1/+1
* [commands] Make CooldownMapping.get_bucket take Message instead.Rapptz2017-10-082-7/+6
* [commands] Split Cooldown state processing to two different functions.MysterialPy2017-10-032-8/+34
* [commands] Add CategoryChannelConverterRapptz2017-09-131-1/+42
* [commands] Fix NameError when given an invalid prefix.Rapptz2017-09-121-1/+1
* [commands] Have (bot_)has_permissions provide better failure responsesReinaSakuraba2017-08-301-2/+21
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-1/+43
* [commands] Add CooldownMapping.from_cooldown factory classmethod.Rapptz2017-08-271-0/+4
* [commands] Export cooldown classes as well.Rapptz2017-08-271-1/+1
* [commands] Raise when an invalid prefix is given.Rapptz2017-08-151-5/+18
* [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] Fix Command.root_parent not properly working.Rapptz2017-07-191-2/+4
* [commands] Restart the StringView properly in Context.reinvoke.Rapptz2017-07-181-1/+3
* [commands] Remove support for pass_context=False in Command.Rapptz2017-07-183-17/+13
* First pass at commands narrative documentation.Rapptz2017-07-081-2/+2
* [commands] unload cog submoduleskhazhyk2017-07-071-0/+3
* [commands] fix unloading incorrect cogskhazhyk2017-07-031-3/+6
* [commands] clean up remove_cog documentationkhazhyk2017-07-031-3/+2
* [commands] Improve commands.when_mentioned_or documentation.Rapptz2017-07-011-2/+19
* [commands] Do not take up 'command' keyword-argument in Context.invoke.Rapptz2017-06-271-3/+12
* [commands] Add parameter that failed in fall-back BadArgument error.Rapptz2017-06-261-1/+1
* [commands] Ensure that Context.command is the command in Command.can_runRapptz2017-06-211-17/+23