utility.charinfo: typo moment

This commit is contained in:
Cynthia Foxwell 2024-05-26 21:14:23 -06:00
parent b087833972
commit 96caf323ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)}`)