force resultId to string

This commit is contained in:
Clansty
2025-01-21 22:10:52 +08:00
parent 141ea410f3
commit e38467b7b8
3 changed files with 3 additions and 3 deletions

View File

@@ -494,7 +494,7 @@ export class OneBotMsgApi {
stickerType: face.AniStickerType,
packId: face.AniStickerPackId,
sourceType: 1,
resultId,
resultId: resultId?.toString(),
chainCount,
},
};