Skip to content

Commit

Permalink
BetterTTV Emotes 3.3.21
Browse files Browse the repository at this point in the history
* Changed: Begin flagging personal emote sets in accordance with a new FFZ client API.
  • Loading branch information
SirStendec committed Jan 24, 2024
1 parent d09885f commit a3553f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ffzap-bttv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"load_events": [
"chat-data"
],
"version": "3.3.20",
"version": "3.3.21",
"short_name": "FFZ:AP BTTV",
"name": "BetterTTV Emotes",
"author": "Lordmau5",
"description": "Adds BetterTTV Global Emotes, Channel Emotes and Pro functionality (badges and emotes).",
"website": "https://betterttv.com/",
"settings": "add_ons.better_ttv_emotes",
"created": "2019-09-12T15:31:59.000Z",
"updated": "2024-01-17T20:25:24.043Z"
"updated": "2024-01-24T20:01:29.705Z"
}
1 change: 1 addition & 0 deletions src/ffzap-bttv/pro_user.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class ProUser {

const set = {
emotes,
personal: true,
title: 'Personal Emotes',
source: 'BetterTTV',
icon: 'https://betterttv.com/favicon.png',
Expand Down

0 comments on commit a3553f4

Please sign in to comment.