1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00

fix: names size

This commit is contained in:
cssxsh 2023-07-20 19:28:48 +08:00
parent 3955ccb1c9
commit 120c9e0063
No known key found for this signature in database
GPG Key ID: 92849F91CA9D8ECE

View File

@ -614,7 +614,7 @@ public data class Face(public val id: Int) : // used in delegation
public const val 福萝卜: Int = 348
@JvmField
public val names: Array<String> = Array(348) { "[表情]" }
public val names: Array<String> = Array(349) { "[表情]" }
init {
names[JING_YA] = "[惊讶]"