update docs
This commit is contained in:
parent
57e6c946c9
commit
b50b8e903f
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user