utility.charinfo: typo moment
This commit is contained in:
parent
b087833972
commit
96caf323ea
1 changed files with 1 additions and 1 deletions
|
@ -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)}`)
|
||||
|
|
Loading…
Reference in a new issue