aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* First pass at documentation reform.Rapptz2017-05-126-165/+265
* [commands] Converter.convert is always a coroutine.Rapptz2017-05-102-78/+83
* [commands] Fix default error handler to work with the switch.Rapptz2017-05-101-1/+1
* [commands] Re-order error handler arguments.Rapptz2017-05-102-7/+7
* [commands] Export is_nsfw check.Rapptz2017-05-051-1/+1
* [commands] Add is_nsfw check.Rapptz2017-05-011-0/+6
* [commands] Fix lack of space in when_mentionedRapptz2017-04-241-1/+1
* [commands] Add Context.voice_client shortcut.Rapptz2017-04-241-0/+6
* [commands] Make when_mentioned always have both mention formats.Rapptz2017-04-241-5/+2
* [commands] Allow loading cogs from folders.Rapptz2017-04-212-9/+10
* [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 is_owner check and Bot.is_owner.Rapptz2017-03-273-2/+49
* [commands] Remove Command.no_pm for commands.guild_only check.Rapptz2017-03-262-15/+22
* More robust cleanup for Client.run.Rapptz2017-03-241-0/+4
* [commands] Fix minor spacing issue in Command.signatureRapptz2017-03-211-1/+1
* [commands] Add Command.signatureRapptz2017-03-212-31/+40
* [commands] Add BotBase.get_cog_commands to get all a cog's commands.Rapptz2017-03-211-0/+25
* [commands] Change GroupMixin.commands to all_commandsRapptz2017-03-213-20/+25