From 2cf66ab6004ae347f9a85dd572e43632eeb5f2d7 Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 7 Nov 2021 16:31:55 +0200 Subject: [PATCH] (stats_cmd): Allow execution before ready. --- bot/modules/study/stats_cmd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/modules/study/stats_cmd.py b/bot/modules/study/stats_cmd.py index 90768202..73604658 100644 --- a/bot/modules/study/stats_cmd.py +++ b/bot/modules/study/stats_cmd.py @@ -12,7 +12,8 @@ from .module import module @module.cmd( "stats", group="Statistics", - desc="View a summary of your study statistics!" + desc="View a summary of your study statistics!", + allow_before_ready=True ) @in_guild() async def cmd_stats(ctx):