diff --git a/src/sites/twitch-twilight/modules/featured_follow.js b/src/sites/twitch-twilight/modules/featured_follow.js index 68576848..911ec8d9 100644 --- a/src/sites/twitch-twilight/modules/featured_follow.js +++ b/src/sites/twitch-twilight/modules/featured_follow.js @@ -119,8 +119,8 @@ export default class FeaturedFollow extends Module { login: user.login, displayName: user.displayName, avatar: user.profileImageURL, - following: user.self.follower.followedAt != null, - disableNotifications: user.self.follower.disableNotifications + following: user.self.follower?.followedAt != null, + disableNotifications: user.self.follower?.disableNotifications }; }