aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* [commands] Add Bot.check_once for a global check that is called once.Rapptz2017-06-201-11/+74
* [commands] Try to use the proper name when conversion fails.Rapptz2017-06-171-1/+6
* [commands] Fix cog error detection in the default global error handler.Rapptz2017-06-131-1/+1
* [commands] Don't display default error handler if a cog local exists.Rapptz2017-06-121-2/+8
* [commands] Add docstrings for extension loading.Rapptz2017-06-051-0/+42
* [commands] Allow inline advanced converters via classmethods.Rapptz2017-06-011-4/+10
* [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
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-222-8/+8
* [commands] Add Context.reinvoke and Command.root_parentRapptz2017-05-192-2/+128
* [commands] Fix Context.command_failed from being incorrect.Rapptz2017-05-183-2/+5
* [commands] Update check examples to work with rewrite.Rapptz2017-05-151-10/+10