From 891f11173bf7401c755d106829e62b1249af1790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 14 Dec 2024 15:01:47 +0800 Subject: [PATCH] fix --- src/plugin/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugin/index.ts b/src/plugin/index.ts index 616953a3..7aec43f8 100644 --- a/src/plugin/index.ts +++ b/src/plugin/index.ts @@ -4,9 +4,6 @@ import { ActionMap } from "@/onebot/action"; export const plugin_onmessage = async (adapter: string, core: NapCatCore, obCore: NapCatOneBot11Adapter, message: OB11Message, action: ActionMap) => { if (message.raw_message === 'ping') { - // TODO: - // const a = action.get('fetch_user_profilqe_like'); - const ssa = action.get('fetch_user_profile_like'); const ret = await action.get('send_group_msg')?.handle({ group_id: String(message.group_id), message: 'pong' }, adapter); console.log(ret); }