fix(jrcd): 修正群组ID检查条件

删除不再使用的示例插件文件
This commit is contained in:
2026-03-23 16:51:28 +08:00
parent babfa6cb48
commit cc2f8d059a
4 changed files with 1 additions and 168 deletions

View File

@@ -129,7 +129,7 @@ async def handle_jrcd_stats(bot: Bot, event: MessageEvent, args: list[str]):
@matcher.command("bbcd")
async def handle_bbcd(bot: Bot, event: MessageEvent, args: list[str]):
if event.id == 831797331:
if event.group_id == 831797331:
return None
"""
处理 bbcd 指令,比较两位用户的“长度”。