118 Commits (db340fd5f942cceb93c559f9aabab9f1113ebcda)

Author SHA1 Message Date
Rapptz aeabd0761e [commands] Raise TypeError instead of ClientException in some places 6 years ago
Rapptz e567b59fea [commands] Double underscore some attributes. 6 years ago
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
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz f26a27dc98 [commands] Make Bot.cogs and Bot.extensions read-only mappings. 6 years ago
Rapptz 3527203e07 [commands] Redesign HelpFormatter into HelpCommand 6 years ago
Rapptz 3a8214a115 [commands] Remove Bot.get_cog_commands 6 years ago
Rapptz caf3d17d4a Rework entire cog system and partially document it and extensions. 6 years ago
Skyweb e53c85110f Clarified add_listener documentation 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 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 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Rapptz e12db3a25d [commands] Add call_once keyword-only parameter for Bot.remove_check 7 years ago
MusicOnline 9af0e54cd3 Correct ClientException message raised in invocation hooks. 7 years ago
BeatButton a4d1599ce9 Change docstrings to raw-strings 7 years ago
zephyrkul b9ef80b0d0 [commands] Prepend mention prefixes in commands.when_mentioned_or 7 years ago
Ben Mintz be7ea2678b Bot.unload_extension: don't remove commands from no module 7 years ago
Hornwitser 3679819c53 [lint] Remove unnecessary lambdas 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Rapptz aa7c5c3ec1 [commands] Ignore bots from Bot.process_commands by default. 7 years ago
Hornwitser a93c3d931c [commands] Change command_prefix behaviour 7 years ago
Rapptz 607771c4f4 Fix Bot.get_prefix second parameter breaking. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz 871a262ee3 [commands] Add ability to have case insensitive commands. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
S Stewart 89f9009a28
[commands] Fix minor spelling mistake 8 years ago
Rapptz e24914be0b [commands] Fix NameError when given an invalid prefix. 8 years ago
Rapptz fce2ef5534 [commands] Raise when an invalid prefix is given. 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 717f11d635 [commands] Add Bot.check_once for a global check that is called once. 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 f588876587 Use Python3Lexer instead of PythonLexer for pygments. 8 years ago
Rapptz c3e39cd722 [commands] Fix Context.command_failed from being incorrect. 8 years ago
Rapptz b44bba6ee6 First pass at documentation reform. 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 37681dd0ea [commands] Fix lack of space in when_mentioned 8 years ago
Rapptz c005ef5d44 [commands] Make when_mentioned always have both mention formats. 8 years ago