force resultId to string

This commit is contained in:
Clansty
2025-01-21 22:10:52 +08:00
parent c5434efd56
commit 2a4b0cbc09
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,
},
};