1
0
Fork 0
forked from waifu/kemoverse

Added table and general functions for stats system

This commit is contained in:
w 2025-05-22 23:26:03 -03:00
parent 237f17f40d
commit 74e4c86d02

View file

@ -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()