DOC: Fixed some names that didn't get changed
FIX: Import for user_data has been corrected to use the correct folder now.
This commit is contained in:
@ -4,7 +4,7 @@ from logger import logger
|
||||
|
||||
|
||||
class ConsentManager:
|
||||
def __init__(self, db_path="data/EONA.db"):
|
||||
def __init__(self, db_path="data/elysia.db"):
|
||||
self.db_path = db_path
|
||||
self.ensure_db()
|
||||
|
||||
|
@ -4,7 +4,7 @@ from logger import logger
|
||||
|
||||
|
||||
class DataAccessManager:
|
||||
def __init__(self, db_path="data/EONA.db"):
|
||||
def __init__(self, db_path="data/elysia.db"):
|
||||
self.db_path = db_path
|
||||
|
||||
def delete_user_data(self, user_id, guild_id):
|
||||
|
Reference in New Issue
Block a user