diff --git a/package.json b/package.json index 6031e688..ef57be86 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.33.5", + "version": "4.33.6", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/sites/twitch-twilight/modules/chat/input.jsx b/src/sites/twitch-twilight/modules/chat/input.jsx index 5c57ee0e..4a8114e8 100644 --- a/src/sites/twitch-twilight/modules/chat/input.jsx +++ b/src/sites/twitch-twilight/modules/chat/input.jsx @@ -147,7 +147,7 @@ export default class Input extends Module { this.EmoteSuggestions = this.fine.define( 'tab-emote-suggestions', - n => n && n.getMatchedEmotes, + n => n && n.getMatches && n.autocompleteType === 'emote', Twilight.CHAT_ROUTES );