138 Commits (69bdc3a1849407f64ef93bd2e5119e54d6cd2208)

Author SHA1 Message Date
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Jaime Garcia Jr 1c3b0c02f8 Add revisions to check_once docs 5 years ago
Sebastian Law b4b953bfc6
Fix various inconsistencies within the documentation (#5067) 5 years ago
Rapptz 874c2cd3c9 [commands] Raise CheckFailure if all bot "check once" fail 5 years ago
Karthikeyan Singaravelan 25b8adc404 Import ABC from collections.abc instead of collections 5 years ago
Harmon 6f9793fe5e Fixes and improvements for v1.3 documentation 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Ben Mintz 1dddb66a1e [commands] default Bot.owner_ids to a set 6 years ago
Rapptz dd12fbf73d [commands] Properly load the original module when reloading fails. 6 years ago
Benjamin Mintz 042a234eac [commands] update sys.modules in load_extension again 6 years ago
ed588 c6133ef881 [commands] Bot.is_owner should be marked as coroutine 6 years ago
Rapptz 6f71552c50 [commands] Don't update sys.modules with a stale reference. 6 years ago
Rapptz 68342db04d [commands] Properly raise the correct exception for owner_ids 6 years ago
Benjamin Mintz 0a21591d0c [commands] Don't raise ExtensionNotFound for ImportErrors in modules 6 years ago
fourjr 3961e7ef6d Support team members data in application info 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 82b54933e2 Add asyncio.Task subclass for better __repr__ for events. 6 years ago
sirtezza451 dbe946a767 [commands] Update default on_command_error 6 years ago
Rapptz 50dcdac5ca [commands] Fix references in Bot to actually link. 6 years ago
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