diff --git a/classes/holo_user.py b/classes/holo_user.py index 73273be..a0f38c3 100644 --- a/classes/holo_user.py +++ b/classes/holo_user.py @@ -1,6 +1,6 @@ from typing import Union from pyrogram.types import User, ChatMember -from modules.database import col_users, col_context, col_warnings, col_subscriptions +from modules.database import col_users, col_context, col_warnings, col_applications, col_sponsorships class UserNotFoundError(Exception): """HoloUser could not find user with such an ID in database"""