From 5f2f9d1428180351be2f664606a7088bef14e862 Mon Sep 17 00:00:00 2001 From: bili22 Date: Thu, 4 Jan 2024 14:41:37 +0900 Subject: [PATCH] fix markdown types (#2) * fix markdown types * fix markdown types --- adapters/qq/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/qq/src/types.ts b/adapters/qq/src/types.ts index ac8b709b..81ffe234 100644 --- a/adapters/qq/src/types.ts +++ b/adapters/qq/src/types.ts @@ -1285,7 +1285,7 @@ export interface Button { permission: { type: number specify_role_ids?: string[] - specify_user_ids?: string + specify_user_ids?: string[] } click_limit?: number data: string