From 7e552f9742a8255bad38f94f802e2fb458436693 Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Fri, 3 Nov 2023 21:30:40 +0100 Subject: [PATCH] 7TV Emotes 1.4.1 * Fixed: Founder badges not being grouped with other subscription badges for visibility purposes. --- src/7tv-emotes/manifest.json | 6 +++--- src/7tv-emotes/modules/badges.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/7tv-emotes/manifest.json b/src/7tv-emotes/manifest.json index a67a9c7a..0548f95f 100644 --- a/src/7tv-emotes/manifest.json +++ b/src/7tv-emotes/manifest.json @@ -5,14 +5,14 @@ "main", "clips" ], - "version": "1.4.0", + "version": "1.4.1", "short_name": "7TV", "name": "7TV Emotes", "author": "Melonify", - "maintainer": "Melonify, Lordmau5", + "maintainer": "Lordmau5", "description": "Adds 7TV Channel & Global Emotes, Badges, and User Cosmetics.", "website": "https://7tv.app", "settings": "add_ons.7tv_emotes", "created": "2021-07-12T23:18:04.000Z", - "updated": "2023-11-03T19:18:24.273Z" + "updated": "2023-11-03T20:24:20.414Z" } \ No newline at end of file diff --git a/src/7tv-emotes/modules/badges.js b/src/7tv-emotes/modules/badges.js index 6c0325e8..d15e8cc2 100644 --- a/src/7tv-emotes/modules/badges.js +++ b/src/7tv-emotes/modules/badges.js @@ -1,4 +1,4 @@ -const SUB_BADGE_REGEX = /sub\d+/; +const SUB_BADGE_REGEX = /sub(?:\d+|founder)/; export default class Badges extends FrankerFaceZ.utilities.module.Module { constructor(...args) {