From 74e4c86d02f5a2ee83c0f116e21784abbc661f5d Mon Sep 17 00:00:00 2001 From: w Date: Thu, 22 May 2025 23:26:03 -0300 Subject: [PATCH] Added table and general functions for stats system --- bot/db_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/db_utils.py b/bot/db_utils.py index 584856b..402d0af 100644 --- a/bot/db_utils.py +++ b/bot/db_utils.py @@ -59,6 +59,8 @@ def get_last_rolled_at(user_id): # Configuration +# Configuration + def get_config(key): '''Reads the value for a specified config key from the db''' conn = get_db_connection()