mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 00:04:32 +00:00
fuckmessage 修复没有部分消息检查失败的问题
This commit is contained in:
parent
cb5714addd
commit
fbe23feb4b
@ -19,6 +19,7 @@ async def fuck_message(context):
|
||||
async for message in context.client.iter_messages(context.chat_id):
|
||||
if count_buffer == 200:
|
||||
break
|
||||
if message.text:
|
||||
if context.arguments in message.text:
|
||||
messages.append(message)
|
||||
count += 1
|
||||
|
Loading…
Reference in New Issue
Block a user