From 613ab7e166dbca5d13dc56c1e518d2ca2ebb48f9 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 25 Apr 2024 14:44:54 +0900 Subject: [PATCH] Add chat variables in patchnote --- src/etc/patchNote.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index 7434cda0..50c7694e 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -16,6 +16,7 @@ export const patchNote = { - Now it can use \`&\` for and - Now it can use \`<\` for less than - Now it can use \`>\` for greater than + - Now it can use chat variables by prefixing with \`$\` (e.g. \`$a\`) - Added {{idle_duration}} - Old {{idle_duration}} has been renamed to {{message_idle_duration}} - {{idle_duration}} will return (current time - last message time)