update docs

This commit is contained in:
iDutchy 2020-12-30 22:19:26 -06:00
parent 57e6c946c9
commit b50b8e903f

View File

@ -91,6 +91,11 @@ class CogMeta(type):
@commands.command(hidden=False) @commands.command(hidden=False)
async def bar(self, ctx): async def bar(self, ctx):
pass # hidden -> False pass # hidden -> False
aliases: :class:`list`
A list of aliases for the cog name.
.. versionadded:: 1.6.0.7
""" """
def __new__(cls, *args, **kwargs): def __new__(cls, *args, **kwargs):