update docs
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user