17 Commits (db340fd5f942cceb93c559f9aabab9f1113ebcda)

Author SHA1 Message Date
Rapptz 743a5a218f [commands] Disallow bot_ or cog_ commands or listeners in cogs. 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz f43690bde8 [commands] Walk through MRO for Cog derived classes. 6 years ago
Rapptz 27c6d2c923 [commands] Add Cog.description to get the clean docstring. 6 years ago
Rapptz c4a21cc1d4 [commands] Add Cog.qualified_name to query the specified cog name. 6 years ago
Rapptz e1d9f8f59f [commands] Support staticmethod listeners and disallow them in commands 6 years ago
Rapptz 076f9bcac7 [commands] Fix name clash overwriting T.__class__.__name__ 6 years ago
Rapptz 21a296d538 [commands] Error out when someone passes plain Cog.listener decorator. 6 years ago
Rapptz 757584e651 [commands] Add support for stacking Cog.listener decorator. 6 years ago
Rapptz d5d9164810 [commands] Fix special method detection for regular function objects. 6 years ago
Rapptz ab8e7b7732 [commands] Fix bug in behaviour in the cog inspection methods. 6 years ago
Rapptz 7ad4425c57 Update copyright years. 6 years ago
Rapptz d3bc35a573 [commands] Update stale parent references in subcommands. 6 years ago
Rapptz 10ed41d8a0 [commands] Fix bug with cog bot check once not being unloaded properly. 6 years ago
Rapptz 1a0b1dfd29 [commands] Fix attribute access in cogs to commands. 6 years ago
Rapptz f15cf7c845 [commands] Pass over kwargs to `type.__new__` 6 years ago
Rapptz caf3d17d4a Rework entire cog system and partially document it and extensions. 6 years ago