Placed exceptions to errors module

This commit is contained in:
2023-01-06 15:49:51 +01:00
parent 374effd5d7
commit 78a37ca186
9 changed files with 39 additions and 29 deletions

View File

@@ -3,7 +3,8 @@ from app import app
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton, ForceReply, CallbackQuery
from pyrogram.client import Client
from pyrogram import filters
from classes.holo_user import HoloUser, LabelSettingError
from classes.errors.holo_user import LabelSettingError
from classes.holo_user import HoloUser
from modules.utils import configGet, locale, logWrite, should_quote
from modules.database import col_tmp, col_sponsorships