Update main.py
Browse files
main.py
CHANGED
@@ -5,6 +5,7 @@ from pyrogram import Client, filters
|
|
5 |
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
|
6 |
from pyrogram.types import *
|
7 |
from pyrogram.errors import *
|
|
|
8 |
import akenoai as ak
|
9 |
from config import API_KEY, API_ID, API_HASH, BOT_TOKEN
|
10 |
from scripts import progress
|
|
|
5 |
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
|
6 |
from pyrogram.types import *
|
7 |
from pyrogram.errors import *
|
8 |
+
from pyrogram.enums import *
|
9 |
import akenoai as ak
|
10 |
from config import API_KEY, API_ID, API_HASH, BOT_TOKEN
|
11 |
from scripts import progress
|