1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-06-19 05:55:05 +08:00

feat: face name by id.

This commit is contained in:
Mrs4s 2021-03-13 21:35:01 +08:00
parent 29ac9193a9
commit 17777b5c8a

View File

@ -642,3 +642,7 @@ func ToReadableString(m []IMessageElement) (r string) {
} }
return return
} }
func FaceNameById(id int) string {
return faceMap[id]
}