Update Akeno/utils/prefixprem.py
Browse files
Akeno/utils/prefixprem.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import re
|
2 |
from typing import *
|
3 |
-
from pyrogram import Client,
|
|
|
4 |
from Akeno.utils.base_sqlite import *
|
5 |
from pyrogram.enums import MessageEntityType
|
6 |
|
|
|
1 |
import re
|
2 |
from typing import *
|
3 |
+
from pyrogram import Client, filters
|
4 |
+
from pyrogram.types import *
|
5 |
from Akeno.utils.base_sqlite import *
|
6 |
from pyrogram.enums import MessageEntityType
|
7 |
|