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:
Dan
2024-08-13 23:11:42 -04:00
parent 7b203978fd
commit dd8f068e88
4 changed files with 7 additions and 7 deletions

View File

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