From 33dda0c418be53f1e1480159ba9eeeed2f09bedf Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 22 Oct 2023 14:27:56 +0300 Subject: [PATCH] fix(stats): Fix typo in global msg stats. --- src/modules/statistics/graphics/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/statistics/graphics/stats.py b/src/modules/statistics/graphics/stats.py index 5a093db1..042151b8 100644 --- a/src/modules/statistics/graphics/stats.py +++ b/src/modules/statistics/graphics/stats.py @@ -70,7 +70,7 @@ async def get_stats_card(bot: LionBot, userid: int, guildid: int, mode: CardMode refkey = (guildid, userid) else: model = data.UserExp - msg_since = msgmodel.member_messages_between + msg_since = msgmodel.user_messages_since refkey = (userid,) ref_since = model.xp_since ref_between = model.xp_between