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] 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