index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
commands
/
cog.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
1
-29
/
+53
*
[commands] Remove unused copy import in Cog
thetimtoy
2021-07-21
1
-1
/
+0
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-1
/
+1
*
[commands] Fix logic in Cog.has_error_handler()
Rapptz
2021-04-05
1
-1
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-4
/
+2
*
[commands] Only remove top level commands on cog load failure
Rapptz
2021-03-28
1
-1
/
+2
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-3
/
+3
*
[commands] Add Command/Cog.has_error_handler
Rapptz
2021-01-15
1
-0
/
+7
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
[commands] Cog unload failures are swallowed.
Rapptz
2020-12-03
1
-1
/
+4
*
[commands] Allow setting description of cogs
SebbyLaw
2020-11-26
1
-5
/
+15
*
Fix and add documentation
Michael
2020-09-23
1
-1
/
+7
*
[commands] Correct command removing during cog injecting
Dan Hess
2020-09-09
1
-1
/
+1
*
Add revisions to check_once docs
Jaime Garcia Jr
2020-07-24
1
-4
/
+0
*
Add documentation on bot_check_once
Jaime Garcia Jr
2020-07-23
1
-0
/
+4
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-6
/
+16
*
[commands] Document that cog_command_error must be async
Xua
2020-05-10
1
-2
/
+2
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-1
/
+1
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-1
/
+4
*
[commands] Disallow bot_ or cog_ commands or listeners in cogs.
Rapptz
2019-04-06
1
-1
/
+5
*
Organise documentation
NCPlayz
2019-03-19
1
-1
/
+1
*
[commands] Walk through MRO for Cog derived classes.
Rapptz
2019-03-17
1
-23
/
+37
*
[commands] Add Cog.description to get the clean docstring.
Rapptz
2019-03-14
1
-0
/
+9
*
[commands] Add Cog.qualified_name to query the specified cog name.
Rapptz
2019-03-13
1
-0
/
+5
*
[commands] Support staticmethod listeners and disallow them in commands
Rapptz
2019-03-12
1
-5
/
+18
*
[commands] Fix name clash overwriting T.__class__.__name__
Rapptz
2019-02-28
1
-2
/
+2
*
[commands] Error out when someone passes plain Cog.listener decorator.
Rapptz
2019-02-27
1
-1
/
+5
*
[commands] Add support for stacking Cog.listener decorator.
Rapptz
2019-02-27
1
-2
/
+7
*
[commands] Fix special method detection for regular function objects.
Rapptz
2019-02-24
1
-3
/
+12
*
[commands] Fix bug in behaviour in the cog inspection methods.
Rapptz
2019-02-23
1
-5
/
+10
*
Update copyright years.
Rapptz
2019-02-23
1
-1
/
+1
*
[commands] Update stale parent references in subcommands.
Rapptz
2019-02-23
1
-0
/
+14
*
[commands] Fix bug with cog bot check once not being unloaded properly.
Rapptz
2019-02-23
1
-1
/
+1
*
[commands] Fix attribute access in cogs to commands.
Rapptz
2019-02-23
1
-0
/
+4
*
[commands] Pass over kwargs to `type.__new__`
Rapptz
2019-02-23
1
-1
/
+1
*
Rework entire cog system and partially document it and extensions.
Rapptz
2019-02-23
1
-0
/
+325