401 Commits (bf9b9c5879b4e534cf205cf44ab1248e6cc37c24)

Author SHA1 Message Date
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
Rapptz b6ac856868 [commands] Allow loading cogs from folders. 8 years ago
Rapptz 3e15f46dcf [commands] Bot.get_all_emojis no longer exists. 8 years ago
Rapptz 7da0884bfb [commands] Export missing built-in converters. 8 years ago
Rapptz e1c32626ba [commands] Fix User converter not working with IDs. 8 years ago
Rapptz 5c5e7ae1d6 [commands] Add is_owner check and Bot.is_owner. 8 years ago
Rapptz afb64fb5e3 [commands] Remove Command.no_pm for commands.guild_only check. 8 years ago
Rapptz 9885a946e1 More robust cleanup for Client.run. 8 years ago
Rapptz 31a7093433 [commands] Fix minor spacing issue in Command.signature 8 years ago
Rapptz 3087600c8d [commands] Add Command.signature 8 years ago
Rapptz 54fdafb792 [commands] Add BotBase.get_cog_commands to get all a cog's commands. 8 years ago
Rapptz fe588a4d52 [commands] Change GroupMixin.commands to all_commands 8 years ago
Rapptz 98cfb53d3b [commands] Add Context.me property. 8 years ago