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 3a2033a025 - Show all commits

View file

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