Add support for voice channel parties #33

Closed
wasi-master wants to merge 277 commits from master into 2.0
78 changed files with 2556 additions and 2136 deletions
Showing only changes of commit 1b2c527fc7 - Show all commits

View File

@ -301,7 +301,7 @@ class Cog(metaclass=CogMeta):
.. versionadded:: 1.7
"""
return hasattr(self.cog_command_error.__func__, '__cog_special_method__')
return not hasattr(self.cog_command_error.__func__, '__cog_special_method__')
@_cog_special_method
def cog_unload(self):