aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/bot.py
Commit message (Expand)AuthorAgeFilesLines
* Copy docs from Client.close() to Bot.close()Willy2021-08-201-0/+1
* [commands][types] Type hint commands-extJosh2021-08-191-53/+79
* [commands] Return removed cog in Bot.remove_cogthetimtoy2021-08-181-1/+8
* [commands] Remove function call indirection when checking authorRapptz2021-05-251-2/+1
* [commands] Remove Bot.self_botTari2021-05-251-9/+1
* Fix various reference issues in documentationJosh2021-05-061-2/+2
* [commands] Raise error when a cog name is already registeredSebastian Law2021-04-081-2/+22
* Use f-strings in more places that were missed.Rapptz2021-04-081-3/+3
* [commands] Use has_error_handler instead in command_errorpikaninja2021-04-071-2/+3
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+7
* Modernize code to use f-stringsRapptz2021-04-041-6/+4
* [commands] Add support for stripping whitespace after the prefixRapptz2021-03-281-0/+10
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-4/+3
* [commands] Allow relative paths when handling extensionsKaylynn Morgan2021-02-231-3/+37
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-2/+1
* Add revisions to check_once docsJaime Garcia Jr2020-07-241-0/+6
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-4/+9
* [commands] Raise CheckFailure if all bot "check once" failRapptz2020-04-061-0/+2
* Import ABC from collections.abc instead of collectionsKarthikeyan Singaravelan2020-01-251-1/+1
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-2/+5
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] default Bot.owner_ids to a setBen Mintz2019-09-101-1/+1
* [commands] Properly load the original module when reloading fails.Rapptz2019-07-271-2/+3
* [commands] update sys.modules in load_extension againBenjamin Mintz2019-07-181-1/+5
* [commands] Bot.is_owner should be marked as coroutineed5882019-07-181-1/+3
* [commands] Don't update sys.modules with a stale reference.Rapptz2019-07-071-1/+1
* [commands] Properly raise the correct exception for owner_idsRapptz2019-06-291-14/+14
* [commands] Don't raise ExtensionNotFound for ImportErrors in modulesBenjamin Mintz2019-06-291-10/+14
* Support team members data in application infofourjr2019-06-291-4/+27
* Improve documentationNCPlayz2019-06-071-6/+11
* Add asyncio.Task subclass for better __repr__ for events.Rapptz2019-05-191-2/+1
* [commands] Update default on_command_errorsirtezza4512019-04-181-2/+1
* [commands] Fix references in Bot to actually link.Rapptz2019-04-101-5/+2
* [commands] Raise TypeError instead of ClientException in some placesRapptz2019-04-071-9/+9
* [commands] Double underscore some attributes.Rapptz2019-03-241-16/+16
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-191-3/+3
* [commands] Redesign extension exception flow.Rapptz2019-03-191-20/+35
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-191-43/+106
* Organise documentationNCPlayz2019-03-191-11/+11
* [commands] Make Bot.cogs and Bot.extensions read-only mappings.Rapptz2019-03-171-12/+23
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-107/+40
* [commands] Remove Bot.get_cog_commandsRapptz2019-02-231-25/+0
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-78/+19
* Clarified add_listener documentationSkyweb2019-02-061-2/+2
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* bot.unload_extension: also allow events with no modulebmintz2018-11-241-6/+4
* [lint] Fix import orderHornwitser2018-11-241-1/+2
* [lint] Remove redundant paranthesisHornwitser2018-11-241-2/+2
* [lint] Rename exception variables to excHornwitser2018-11-241-2/+2