Added table and general functions for stats system

pull/21/head
w 1 week ago
parent 237f17f40d
commit 74e4c86d02
  1. 2
      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()

Loading…
Cancel
Save