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 0d0fff5 commit 07f67edCopy full SHA for 07f67ed
plugins/channel_post.py
@@ -9,7 +9,7 @@
9
from config import ADMINS, CHANNEL_ID, DISABLE_CHANNEL_BUTTON
10
from helper_func import encode
11
12
-@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start','batch','genlink']))
+@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start','users','broadcast','batch','genlink']))
13
async def channel_post(client: Client, message: Message):
14
reply_text = await message.reply_text("Please Wait...!", quote = True)
15
try:
0 commit comments