diff --git a/manifest.json b/manifest.json index 6af9d6b..f23606c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.13.5", + "name": "LLOneBot v3.13.6", "slug": "LLOneBot", "description": "LiteLoaderQQNT的OneBotApi", - "version": "3.13.5", + "version": "3.13.6", "thumbnail": "./icon.png", "authors": [ { diff --git a/src/onebot11/action/SendMsg.ts b/src/onebot11/action/SendMsg.ts index 2f4c225..ecb1324 100644 --- a/src/onebot11/action/SendMsg.ts +++ b/src/onebot11/action/SendMsg.ts @@ -287,6 +287,9 @@ export class SendMsg extends BaseAction { } break; case OB11MessageDataType.at: { + if (!group){ + continue + } let atQQ = sendMsg.data?.qq; if (atQQ) { atQQ = atQQ.toString() diff --git a/src/version.ts b/src/version.ts index d34cb14..5633f79 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = "3.13.5" \ No newline at end of file +export const version = "3.13.6" \ No newline at end of file