Added table and general functions for stats system #21

Merged
waifu merged 16 commits from stats_system into dev 2025-06-25 20:45:13 -07:00
Showing only changes of commit 74e4c86d02 - Show all commits

View file

@ -59,6 +59,8 @@ def get_last_rolled_at(user_id):
# Configuration # Configuration
# Configuration
def get_config(key): def get_config(key):
'''Reads the value for a specified config key from the db''' '''Reads the value for a specified config key from the db'''
conn = get_db_connection() conn = get_db_connection()