From 96caf323ea0b320e6eae4eb310150ce587b14298 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 26 May 2024 21:14:23 -0600 Subject: [PATCH] utility.charinfo: typo moment --- src/modules/utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index 0bc7383..550f423 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -1278,7 +1278,7 @@ charinfo.callback = async function (msg, line) { .map( ([code, name], index) => `[\`\\u${code}${ - chars[index].legnth > 1 + chars[index].length > 1 ? ` (${chars[index] .split("") .map((c) => `\\u${c.codePointAt().toString(16)}`)