aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/cog.py
Commit message (Expand)AuthorAgeFilesLines
* [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