Added extend docstring

This commit is contained in:
Adriene Hutchins 2020-03-02 15:49:25 -05:00
parent 504567a334
commit bcfdb8c9aa
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Number of extensions present: {len(ctx.bot.cogs)}
invoke_without_command=True)
@commands.is_owner()
async def extend(self, ctx, name:str = None):
"""Provides status of extensions and lets you hotswap extensions."""
# Provides status of extension
if name is not None: