435 Commits (v1.3.x)

Author SHA1 Message Date
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
Rapptz 9cb89f019e [commands] Register cog listeners with the name of the attribute. 8 years ago
Rapptz c6d26216a6 [commands] Fix bad logic in command list filtering. 8 years ago
Rapptz bb8f5f4725 Make discord.ext a namespace package. 8 years ago
Rapptz 6166cbc2e7 [commands] Add commands.clean_content converter. 8 years ago
Rapptz e10cae5dbc [commands] Allow converters to be instantiated. 8 years ago
Rapptz b6bff5172a [commands] Remove Commands: if no commands can be run in help command. 8 years ago
Rapptz bf11bb4b4f [commands] Add cog local error handlers via __error. 8 years ago
Rapptz 7bc3750c27 [commands] Add param attribute to MissingRequiredArgument 8 years ago
Rapptz 47ef657fbd Implement async checks. Fixes #380. 8 years ago
Michael Van Buren 84dfd7b3e3 [commands] Add Command.usage argument to override argument display. 8 years ago
Rapptz f8d19ae7ba [commands] Better support for retrieving children commands. 8 years ago
Rapptz aac769eb56 [commands] Fix converters returning the wrong types when an ID is passed 8 years ago
Rapptz 1c49374210 [commands] Implement before and after invoke command hooks. 8 years ago
Rapptz 8fa50a8f3e [commands] Add Context.command_failed attribute. 8 years ago
Rapptz 12c1cd9b14 [commands] Add cog local checks via __local_check 8 years ago
Rapptz 0e1bd1647e [commands] Rename __check to __global_check for cogs. 8 years ago