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