(stats_cmd): Allow execution before ready.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user