mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix mentionall for topic
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
277577af03
commit
f9c2e724c1
1 changed files with 1 additions and 1 deletions
|
|
@ -858,6 +858,6 @@ async def mention(app: Client, msg: types.Message):
|
|||
|
||||
for i in range(0, len(total), NUM):
|
||||
message = ' '.join(total[i:i+NUM])
|
||||
await app.send_message(msg.chat.id, message)
|
||||
await app.send_message(msg.chat.id, message, message_thread_id=msg.message_thread_id)
|
||||
else:
|
||||
await app.send_message(msg.chat.id, 'Admins only can do that !', reply_to_message_id=msg.id)
|
||||
Loading…
Reference in a new issue