Column change
This commit is contained in:
parent
efe3c8338e
commit
93cfc75d1d
@ -1,6 +1,6 @@
|
|||||||
from typing import Union
|
from typing import Union
|
||||||
from pyrogram.types import User, ChatMember
|
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):
|
class UserNotFoundError(Exception):
|
||||||
"""HoloUser could not find user with such an ID in database"""
|
"""HoloUser could not find user with such an ID in database"""
|
||||||
|
Reference in New Issue
Block a user