Spaces:
Running
Running
main.py
CHANGED
@@ -16,7 +16,7 @@ from pyrogram.enums import MessageEntityType
|
|
16 |
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton
|
17 |
from config import *
|
18 |
from database import db
|
19 |
-
from helper_regex import is_blocked_markdown_code,
|
20 |
|
21 |
logging.basicConfig(
|
22 |
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
|
|
16 |
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton
|
17 |
from config import *
|
18 |
from database import db
|
19 |
+
from helper_regex import is_blocked_markdown_code, contains_stylish_with_whitelist
|
20 |
|
21 |
logging.basicConfig(
|
22 |
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|