213 Commits (3112e1c17e7859adf6d13ed844f4c636b4bc30d8)

Author SHA1 Message Date
Tobotimus 3112e1c17e Add intersphinx 7 years ago
khazhyk 0ef866a704 [commands] Fix MissingRequiredArgument param handling 7 years ago
Rapptz 3a8b97ffb0 [commands] Document that can_run can raise. 7 years ago
Rapptz e61ac8e60f [commands] Forbid passing a string to aliases in Command. 7 years ago
Joshua Butt f5a443fa8f Add support for animated emoji to commands ext EmojiConverter 7 years ago
S Stewart 89f9009a28
[commands] Fix minor spelling mistake 7 years ago
Rapptz 9b4a2dc7cb [commands] Minor speed-up for the BucketType.guild case. 8 years ago
Rapptz 1bb7b6ff2d [commands] Make CooldownMapping.get_bucket take Message instead. 8 years ago
MysterialPy bae6f80327 [commands] Split Cooldown state processing to two different functions. 8 years ago
Rapptz e614f6b4cd [commands] Add CategoryChannelConverter 8 years ago
Rapptz e24914be0b [commands] Fix NameError when given an invalid prefix. 8 years ago
ReinaSakuraba 10696a275b [commands] Have (bot_)has_permissions provide better failure responses 8 years ago
ReinaSakuraba 8646bddc90 [commands] Add MissingPermissions and BotMissingPermissions 8 years ago
Rapptz 63fcfa6d02 [commands] Add CooldownMapping.from_cooldown factory classmethod. 8 years ago
Rapptz 1c967e9a7c [commands] Export cooldown classes as well. 8 years ago
Rapptz fce2ef5534 [commands] Raise when an invalid prefix is given. 8 years ago
Rapptz eb673ec2af [commands] Ensure no mentions escape clean_content 8 years ago
Rapptz cb709cc9da [commands] Fix clean_content converter not properly escaping mentions. 8 years ago
Rapptz a7f846b37f [commands] Fix Command.root_parent not properly working. 8 years ago
Rapptz bd4505fec5 [commands] Restart the StringView properly in Context.reinvoke. 8 years ago
Rapptz bcaee518a1 [commands] Remove support for pass_context=False in Command. 8 years ago
Rapptz 2f97678a79 First pass at commands narrative documentation. 8 years ago
khazhyk fc22d288be [commands] unload cog submodules 8 years ago
khazhyk 6c01250c39 [commands] fix unloading incorrect cogs 8 years ago
khazhyk bca72e64d6 [commands] clean up remove_cog documentation 8 years ago
Rapptz 0b9d402272 [commands] Improve commands.when_mentioned_or documentation. 8 years ago
Rapptz ce34713c45 [commands] Do not take up 'command' keyword-argument in Context.invoke. 8 years ago
Rapptz ad20e3066e [commands] Add parameter that failed in fall-back BadArgument error. 8 years ago
Rapptz 3618f51f97 [commands] Ensure that Context.command is the command in Command.can_run 8 years ago
Rapptz 717f11d635 [commands] Add Bot.check_once for a global check that is called once. 8 years ago
Rapptz 7d001ef46e [commands] Try to use the proper name when conversion fails. 8 years ago
Rapptz e62e2c7cc6 [commands] Fix cog error detection in the default global error handler. 8 years ago
Rapptz 7d6435fa9c [commands] Don't display default error handler if a cog local exists. 8 years ago
Rapptz 83dc93559c [commands] Add docstrings for extension loading. 8 years ago
Rapptz 5e6491c3fe [commands] Allow inline advanced converters via classmethods. 8 years ago
Rapptz b2cf11fe9d [commands] Add escape_markdown parameter for clean_content. 8 years ago
Rapptz 093d888173 [commands] Fix EmojiConverter not working with underscore names. 8 years ago
Rapptz f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz b81fbb5a7f [commands] Add Context.reinvoke and Command.root_parent 8 years ago
Rapptz c3e39cd722 [commands] Fix Context.command_failed from being incorrect. 8 years ago
Rapptz c1130d2879 [commands] Update check examples to work with rewrite. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 8 years ago
Rapptz d7478425ca [commands] Converter.convert is always a coroutine. 8 years ago
Rapptz 8ef984746a [commands] Fix default error handler to work with the switch. 8 years ago
Rapptz a2c9cefac9 [commands] Re-order error handler arguments. 8 years ago
Rapptz c20ba51e28 [commands] Export is_nsfw check. 8 years ago
Rapptz c8937ed2aa [commands] Add is_nsfw check. 8 years ago
Rapptz 37681dd0ea [commands] Fix lack of space in when_mentioned 8 years ago
Rapptz 6188397fc9 [commands] Add Context.voice_client shortcut. 8 years ago
Rapptz c005ef5d44 [commands] Make when_mentioned always have both mention formats. 8 years ago