aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/cog.py
Commit message (Expand)AuthorAgeFilesLines
* [commands][types] Type hint commands-extJosh2021-08-191-29/+53
* [commands] Remove unused copy import in Cogthetimtoy2021-07-211-1/+0
* Fix various reference issues in documentationJosh2021-05-061-1/+1
* [commands] Fix logic in Cog.has_error_handler()Rapptz2021-04-051-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-4/+2
* [commands] Only remove top level commands on cog load failureRapptz2021-03-281-1/+2
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-3/+3
* [commands] Add Command/Cog.has_error_handlerRapptz2021-01-151-0/+7
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* [commands] Cog unload failures are swallowed.Rapptz2020-12-031-1/+4
* [commands] Allow setting description of cogsSebbyLaw2020-11-261-5/+15
* Fix and add documentationMichael2020-09-231-1/+7
* [commands] Correct command removing during cog injectingDan Hess2020-09-091-1/+1
* Add revisions to check_once docsJaime Garcia Jr2020-07-241-4/+0
* Add documentation on bot_check_onceJaime Garcia Jr2020-07-231-0/+4
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-6/+16
* [commands] Document that cog_command_error must be asyncXua2020-05-101-2/+2
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Improve documentationNCPlayz2019-06-071-1/+1
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-1/+4
* [commands] Disallow bot_ or cog_ commands or listeners in cogs.Rapptz2019-04-061-1/+5
* Organise documentationNCPlayz2019-03-191-1/+1
* [commands] Walk through MRO for Cog derived classes.Rapptz2019-03-171-23/+37
* [commands] Add Cog.description to get the clean docstring.Rapptz2019-03-141-0/+9
* [commands] Add Cog.qualified_name to query the specified cog name.Rapptz2019-03-131-0/+5
* [commands] Support staticmethod listeners and disallow them in commandsRapptz2019-03-121-5/+18
* [commands] Fix name clash overwriting T.__class__.__name__Rapptz2019-02-281-2/+2
* [commands] Error out when someone passes plain Cog.listener decorator.Rapptz2019-02-271-1/+5
* [commands] Add support for stacking Cog.listener decorator.Rapptz2019-02-271-2/+7
* [commands] Fix special method detection for regular function objects.Rapptz2019-02-241-3/+12
* [commands] Fix bug in behaviour in the cog inspection methods.Rapptz2019-02-231-5/+10
* Update copyright years.Rapptz2019-02-231-1/+1
* [commands] Update stale parent references in subcommands.Rapptz2019-02-231-0/+14
* [commands] Fix bug with cog bot check once not being unloaded properly.Rapptz2019-02-231-1/+1
* [commands] Fix attribute access in cogs to commands.Rapptz2019-02-231-0/+4
* [commands] Pass over kwargs to `type.__new__`Rapptz2019-02-231-1/+1
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-0/+325