315 Commits (c30a366106f9d6114dcf38a31aed58dec6747054)

Author SHA1 Message Date
Rapptz c30a366106 Try to consistently use "inherit" vs "derive" in documentation. 6 years ago
Rapptz d9e54d7dd3 [commands] Redesign extension exception flow. 6 years ago
Rapptz 26e9b5bfac [commands] Add Bot.reload_extension for atomic loading. 6 years ago
Joshua B d221ca5f7d [commands] ColourConverter raises if value is out of range 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz f43690bde8 [commands] Walk through MRO for Cog derived classes. 6 years ago
Rapptz f26a27dc98 [commands] Make Bot.cogs and Bot.extensions read-only mappings. 6 years ago
slice 66af80511f Fix pagination of huge command help messages (> ~2,000 chars) 6 years ago
Rapptz 053e2f5b9a Fix documentation linking issue in Messageables and Context 6 years ago
Rapptz cc3b6bdd72 [commands] Rename it to Context.send_help for consistency. 6 years ago
Rapptz ed5fcb320e [commands] Add Context.show_help helper to use the HelpCommand set. 6 years ago
Rapptz 3326adf63b [commands] Optimise GroupMixin.get_command for the no space case. 6 years ago
Rapptz 8466250bcc [commands] Assign context inside HelpCommand.prepare_help_command 6 years ago
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