Delete todo
This commit is contained in:
parent
20fbccb6fe
commit
e2c95b86b1
|
@ -1,8 +1,7 @@
|
|||
from load import dp,types, bot
|
||||
|
||||
from load import dp,types
|
||||
from config import group_id
|
||||
|
||||
# TODO: channel post forward in chat
|
||||
|
||||
@dp.channel_post_handler()
|
||||
async def channel_handler(message:types.Message):
|
||||
await message.forward(group_id)
|
||||
|
|
Reference in New Issue