(stats_cmd): Allow execution before ready.

This commit is contained in:
2021-11-07 16:31:55 +02:00
parent fc3246913f
commit 2cf66ab600

View File

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