We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2035bc5 commit 6f3c020Copy full SHA for 6f3c020
plugins/channel_post.py
@@ -1,3 +1,4 @@
1
+#(©)Codexbotz
2
import asyncio
3
from pyrogram import filters, Client
4
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
@@ -7,7 +8,7 @@
7
8
from config import ADMINS, CHANNEL_ID
9
from helper_func import encode
10
-@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start','batch']))
11
+@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start','batch','genlink']))
12
async def channel_post(client: Client, message: Message):
13
reply_text = await message.reply_text("Please Wait...!", quote = True)
14
try:
0 commit comments