Skip to content

Commit db25778

Browse files
authored
Debug
1 parent abb98de commit db25778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/link_generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from pyrogram import Client, filters
2+
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
23
from bot import Bot
3-
from config import CHANNEL_ID
4+
from config import CHANNEL_ID, ADMINS
45

56
@Bot.on_message(filters.private & filters.user(ADMINS) & filters.command('batch'))
67
async def batch(client: Client, message: Message):

0 commit comments

Comments
 (0)