mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
force resultId to string
This commit is contained in:
@@ -494,7 +494,7 @@ export class OneBotMsgApi {
|
||||
stickerType: face.AniStickerType,
|
||||
packId: face.AniStickerPackId,
|
||||
sourceType: 1,
|
||||
resultId,
|
||||
resultId: resultId?.toString(),
|
||||
chainCount,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user