mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: fix search_message
* TypeError: Search.__init__() got an unexpected keyword argument 'thread_id' Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
efce392266
commit
1bcf2f7be6
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ async def get_chunk(
|
|||
else None
|
||||
),
|
||||
hash=0,
|
||||
thread_id=thread_id
|
||||
top_msg_id=thread_id
|
||||
),
|
||||
sleep_threshold=60
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue