From 3a2033a0254e9c7c80f5ff23938bc6370b736cb8 Mon Sep 17 00:00:00 2001 From: w Date: Sat, 24 May 2025 17:54:15 -0300 Subject: [PATCH] Add a roll timeout to the bot --- bot/db_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/db_utils.py b/bot/db_utils.py index 402d0af..584856b 100644 --- a/bot/db_utils.py +++ b/bot/db_utils.py @@ -59,8 +59,6 @@ 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()