(Docs): Update command help categories.

This commit is contained in:
2021-09-19 10:30:25 +03:00
parent 2ee717bc0c
commit d39ec3153a
4 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ from .module import module
@module.cmd(
"stats",
desc="View your study statistics!"
group="Statistics",
desc="View a summary of your study statistics!"
)
@in_guild()
async def cmd_stats(ctx):