fix(jrcd): 修正群组ID检查条件
删除不再使用的示例插件文件
This commit is contained in:
@@ -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 指令,比较两位用户的“长度”。
|
||||
|
||||
Reference in New Issue
Block a user