Delete todo

This commit is contained in:
hok7z 2022-11-26 17:50:24 +02:00
parent 20fbccb6fe
commit e2c95b86b1
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
from load import dp,types, bot from load import dp,types
from config import group_id from config import group_id
# TODO: channel post forward in chat
@dp.channel_post_handler() @dp.channel_post_handler()
async def channel_handler(message:types.Message): async def channel_handler(message:types.Message):
await message.forward(group_id) await message.forward(group_id)