diff --git a/package.json b/package.json index cc39383a..8654263c 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.77.9", + "version": "4.77.10", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/sites/twitch-twilight/modules/chat/index.js b/src/sites/twitch-twilight/modules/chat/index.js index 6f48cb48..ff5a166b 100644 --- a/src/sites/twitch-twilight/modules/chat/index.js +++ b/src/sites/twitch-twilight/modules/chat/index.js @@ -3214,7 +3214,8 @@ export default class ChatHook extends Module { mystery = mysteries[key] = { recipients: [], size: e.massGiftCount, - expires: Date.now() + 30000 + expires: Date.now() + 30000, + toJSON: () => null }; } @@ -3253,7 +3254,8 @@ export default class ChatHook extends Module { mystery = mysteries[key] = { recipients: [], size: e.massGiftCount, - expires: Date.now() + 30000 + expires: Date.now() + 30000, + toJSON: () => null }; }