autohelp changes. (#1836)

This commit is contained in:
Michael H
2018-07-11 19:23:18 -04:00
committed by Kowlin
parent 43cc3c40f3
commit 1c2196f78f
19 changed files with 38 additions and 38 deletions

View File

@@ -204,7 +204,7 @@ class Downloader:
)
)
@commands.group(autohelp=True)
@commands.group()
@checks.is_owner()
async def repo(self, ctx):
"""
@@ -272,7 +272,7 @@ class Downloader:
msg = _("Information on {}:\n{}").format(repo_name.name, repo_name.description or "")
await ctx.send(box(msg))
@commands.group(autohelp=True)
@commands.group()
@checks.is_owner()
async def cog(self, ctx):
"""