Skip to content

Commit eeca397

Browse files
Update channel_post.py
1 parent 2d14d27 commit eeca397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/channel_post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from config import ADMINS, CHANNEL_ID, DISABLE_CHANNEL_BUTTON
1010
from helper_func import encode
1111

12-
@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start','users','broadcast','batch','genlink','stats']))
12+
@Bot.on_message(filters.private & filters.user(ADMINS) & ~filters.command(['start', 'id','users','broadcast','batch','genlink','stats']))
1313
async def channel_post(client: Client, message: Message):
1414
reply_text = await message.reply_text("Please Wait...!", quote = True)
1515
try:

0 commit comments

Comments
 (0)