Refound-445 / nonebot-plugin-nailongremove

Just for learning.
MIT License
190 stars 7 forks source link

能够正确识别但无法撤回消息 #3

Closed Tanxunze closed 1 month ago

Tanxunze commented 1 month ago

日志输出:

10-23 05:23:21 [SUCCESS] nonebot | OneBot V11 XXXXXXXX | [message.group.normal]: Message XXXXXXXXX from XXXXXXXXX@[群:XXXXXX] '[image:file=XXXXXXXXXXXXXXXXXXXXXXXXXXX,url=https://gchat.qpic.cn/gchatpic_new/XXXXXXXX/XXXXXXXX-XXXXXXXX...,file_size=XXXX]'
10-23 05:23:22 [INFO] nonebot | Event will be handled by Matcher(type='message', module=nonebot_plugin_nailongremove.handler, lineno=52)
10-23 05:23:23 [SUCCESS] nonebot | OneBot V11 XXXXXXXX | [notice.group_recall]: {'time': XXXXXXXX, 'self_id': XXXXXXXX, 'post_type': 'notice', 'notice_type': 'group_recall', 'user_id': XXXXXXXXX, 'group_id': XXXXXX, 'operator_id': XXXXXXXX, 'message_id': XXXXXXXXX}
10-23 05:23:23 [INFO] nonebot | Event notice.group_recall is ignored
10-23 05:23:23 [SUCCESS] nonebot | OneBot V11 XXXXXXXX | [notice.group_recall]: {'time': XXXXXXXX, 'self_id': XXXXXXXX, 'post_type': 'notice', 'notice_type': 'group_recall', 'user_id': XXXXXXXXX, 'group_id': XXXXXX, 'operator_id': XXXXXXXX, 'message_id': XXXXXXXXX}
10-23 05:23:23 [INFO] nonebot | Event notice.group_recall is ignored
10-23 05:23:23 [INFO] nonebot | Matcher(type='message', module=nonebot_plugin_nailongremove.handler, lineno=52) running complete
Tanxunze commented 1 month ago

一段时间以后自己恢复正常了