From 52db9ca39600e5a731d30a6e8a204810b7cf100d Mon Sep 17 00:00:00 2001 From: Filip Kszczot Date: Sat, 8 Feb 2025 20:58:20 +0100 Subject: [PATCH 1/2] update 7tv-emotes/nametag-paints.js's subscriber perk link --- src/7tv-emotes/modules/nametag-paints.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/7tv-emotes/modules/nametag-paints.js b/src/7tv-emotes/modules/nametag-paints.js index d50de44..6fa39b1 100644 --- a/src/7tv-emotes/modules/nametag-paints.js +++ b/src/7tv-emotes/modules/nametag-paints.js @@ -13,7 +13,7 @@ export default class NametagPaints extends FrankerFaceZ.utilities.module.Module ui: { path: 'Add-Ons > 7TV Emotes >> User Cosmetics', title: 'Nametag Paints', - description: 'Show 7TV username gradients and images on users who have them set. [(7TV Subscriber Perk)](https://7tv.app/subscribe)', + description: 'Show 7TV username gradients and images on users who have them set. [(7TV Subscriber Perk)](https://7tv.app/store)', component: 'setting-check-box', } }); @@ -331,4 +331,4 @@ export default class NametagPaints extends FrankerFaceZ.utilities.module.Module update(); } } -} \ No newline at end of file +} From 6cece1342f87b721ad542f9b8c422bf2e9f5b122 Mon Sep 17 00:00:00 2001 From: Filip Kszczot Date: Sat, 8 Feb 2025 20:59:46 +0100 Subject: [PATCH 2/2] update 7tv-emotes/avatars.js's subscriber perk link --- src/7tv-emotes/modules/avatars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/7tv-emotes/modules/avatars.js b/src/7tv-emotes/modules/avatars.js index 9963fa6..1e08d97 100644 --- a/src/7tv-emotes/modules/avatars.js +++ b/src/7tv-emotes/modules/avatars.js @@ -13,7 +13,7 @@ export default class Avatars extends FrankerFaceZ.utilities.module.Module { ui: { path: 'Add-Ons > 7TV Emotes >> User Cosmetics', title: 'Animated Avatars', - description: 'Show 7TV animated avatars on users who have them set. [(7TV Subscriber Perk)](https://7tv.app/subscribe)', + description: 'Show 7TV animated avatars on users who have them set. [(7TV Subscriber Perk)](https://7tv.app/store)', component: 'setting-check-box', } });