Skip to content

Commit

Permalink
7TV Emotes 1.4.1
Browse files Browse the repository at this point in the history
* Fixed: Founder badges not being grouped with other subscription badges for visibility purposes.
  • Loading branch information
Lordmau5 authored Nov 3, 2023
1 parent c8fd81d commit 7e552f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/7tv-emotes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion src/7tv-emotes/modules/badges.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 7e552f9

Please sign in to comment.