From c0749350e5762c5a001a9427ec37407a2844e8dd Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 29 Nov 2023 00:55:18 +0900 Subject: [PATCH] [fix] typings --- src/ts/parser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/parser.ts b/src/ts/parser.ts index b2512997..a3c64cff 100644 --- a/src/ts/parser.ts +++ b/src/ts/parser.ts @@ -148,7 +148,7 @@ export interface simpleCharacterArgument{ } -export async function ParseMarkdown(data:string, charArg:(simpleCharacterArgument | groupChat | string) = null, mode:'normal'|'back' = 'normal', chatID=-1) { +export async function ParseMarkdown(data:string, charArg:(character|simpleCharacterArgument | groupChat | string) = null, mode:'normal'|'back' = 'normal', chatID=-1) { let firstParsed = '' const orgDat = data const db = get(DataBase)