mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
feat: face name by id.
This commit is contained in:
parent
29ac9193a9
commit
17777b5c8a
@ -642,3 +642,7 @@ func ToReadableString(m []IMessageElement) (r string) {
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func FaceNameById(id int) string {
|
||||||
|
return faceMap[id]
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user