From 93cfc75d1dbde2646fdbd7742ba0d165a4dcd96e Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:53:41 +0100 Subject: [PATCH] Column change --- classes/holo_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""