292 Commits (8f7ce7c64e4b184b61b3f0309d6100ea621ee55a)

Author SHA1 Message Date
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
Rapptz 860d6a9ace Revert "Rework documentation to not duplicate inherited members." 7 years ago
Rapptz e12db3a25d [commands] Add call_once keyword-only parameter for Bot.remove_check 7 years ago
Rapptz 96981210b3 Rework documentation to not duplicate inherited members. 7 years ago
Rapptz 45af0c83de [commands] Fix NameError in clean_content converter 7 years ago
Rapptz 3d03dbc451 Change internal role storage in Guild to a dict instead of a list. 7 years ago
Rapptz 418048b98a [commands] Fix up Greedy documentation a bit. 7 years ago
Rapptz 814b03f5a8 [commands] Add commands.Greedy converter and documentation. 7 years ago
Rapptz 00a445310b [commands] Allow for backtracking parsing with typing.Optional 7 years ago