401 Commits (bf9b9c5879b4e534cf205cf44ab1248e6cc37c24)

Author SHA1 Message Date
Rapptz b728061522 [commands] Add HelpCommand.get_bot_mapping helper. 6 years ago
Rapptz 7a5102ece9 [commands] Return result of send_group_help and send_command_help 6 years ago
Kaeptm Blaubaer b506ee1b8e Change superclass to subclass in some documentation 6 years ago
Rapptz 61f63a9346 [commands] Add back dm_help tribool for the provided HelpCommands 6 years ago
Rapptz 25acad5de3 [commands] Add commands.Paginator.__len__ 6 years ago
Rapptz 3527203e07 [commands] Redesign HelpFormatter into HelpCommand 6 years ago
Rapptz 27c6d2c923 [commands] Add Cog.description to get the clean docstring. 6 years ago
Rapptz c4a21cc1d4 [commands] Add Cog.qualified_name to query the specified cog name. 6 years ago
Harmon 0513ea1f53 [commands] Properly handle typing.Optional as last positional parameter 6 years ago
Rapptz e1d9f8f59f [commands] Support staticmethod listeners and disallow them in commands 6 years ago
Rapptz 8a153bfaad [commands] Refactor quoted_word free function to a StringView method. 6 years ago
Rapptz 560783c3d2 [commands] Separate view parsing errors from BadArgument. 6 years ago
Skyweb 84a48c9056 Small inconsistency in documentation 6 years ago
Rapptz 45af9fa40b [commands] Allow passing of typing.Union into Greedy. Fix #1951 6 years ago
Myst(MysterialPy) 63c5892b43 Fix Signature for Greedy/Optional converters 6 years ago
Rapptz 076f9bcac7 [commands] Fix name clash overwriting T.__class__.__name__ 6 years ago
Rapptz 69f5a70eeb [commands] Allow Converter instances in Greedy. Fix #1939. 6 years ago
Rapptz 21a296d538 [commands] Error out when someone passes plain Cog.listener decorator. 6 years ago
Rapptz 757584e651 [commands] Add support for stacking Cog.listener decorator. 6 years ago
Rapptz d5d9164810 [commands] Fix special method detection for regular function objects. 6 years ago
Rapptz 3a8214a115 [commands] Remove Bot.get_cog_commands 6 years ago
Rapptz ab8e7b7732 [commands] Fix bug in behaviour in the cog inspection methods. 6 years ago
Rapptz 7ad4425c57 Update copyright years. 6 years ago
Rapptz d3bc35a573 [commands] Update stale parent references in subcommands. 6 years ago
Rapptz 9827d6eeaf [commands] Fix issue with decorator order with checks and cooldowns 6 years ago
Rapptz 10ed41d8a0 [commands] Fix bug with cog bot check once not being unloaded properly. 6 years ago
Rapptz 1a0b1dfd29 [commands] Fix attribute access in cogs to commands. 6 years ago
Rapptz 04ee10adc4 [commands] Fix bug with local checks and cooldowns not applying. 6 years ago
Rapptz ac6e55353a [commands] Copy on_error handlers in Command.copy 6 years ago
Rapptz f15cf7c845 [commands] Pass over kwargs to `type.__new__` 6 years ago
Rapptz caf3d17d4a Rework entire cog system and partially document it and extensions. 6 years ago
Rapptz 3f06f247c0 [commands] Fix up wording on HelpFormatter.get_ending_note 6 years ago
cod 262717c7d8 [commands] add document comment to HelpFormatter.get_ending_note 6 years ago
cod ea0f1ee25f [commands] Add more i18n properties for HelpFormatter 6 years ago
cod d107f485a5 [commands] Fix ext.commands help page full-width indentation 6 years ago
Skyweb e53c85110f Clarified add_listener documentation 6 years ago
Benjamin Mintz bb9f153d29 commands.clean_content: escape || spoilers || 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Devon R e1c94a3b1c Do None instead of falsy checks on Command attributes 6 years ago
MusicOnline dc8aa7c35b Change Greedy behaviour slightly during conversion errors. 6 years ago
Dice bda690c32f [commands] Remove message being required from Role/Member converters. 6 years ago
Xua 016963500b [commands] Add support for IDs in the role related checks. 7 years ago
Dice 5a585ebf20 Add channel category cooldown bucket type 7 years ago
bmintz 24c0946a93 bot.unload_extension: also allow events with no module 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser ed6451b9da [commands] Remove duplicated quote entries 7 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser 4ae8e81660 [lint] Remove redundant exception variables 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago