|
@@ -7,7 +7,7 @@ from telethon.tl.functions.messages import UploadMediaRequest, GetStickerSetRequ
|
|
|
from telethon.tl.types import InputStickerSetID, InputStickerSetShortName, InputStickerSetItem, InputMediaUploadedDocument, InputPeerSelf
|
|
|
from tortoise.expressions import F
|
|
|
|
|
|
-from models import Action, Gif, UserColor, StickerPack, Admin, BirthDay
|
|
|
+from models import Action, Gif, StickerPack, Admin, BirthDay
|
|
|
from utils import is_valid_name
|
|
|
from config import config
|
|
|
|