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', } }); 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 +}