1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-24 15:00:56 +00:00
* Fixed: Apply a maximum height to the ban reason pop-up to avoid long lists from going off screen.
* API Added: `removeTokenizer(type)` and `removeRichProvider(type)` methods for the chat module.
* API Changed: Chat tokenizers no longer need to return a token list, if tokens have not changed.
This commit is contained in:
SirStendec 2021-12-01 16:48:10 -05:00
parent a35387abcf
commit c0f7747428
9 changed files with 113 additions and 102 deletions

View file

@ -20,10 +20,6 @@ const SUB_TIERS = {
3000: 3
};
function getGiftThemeURL(theme) {
return `https://static-cdn.jtvnw.net/subs-image-assets/TUN-${theme}.png`;
}
export default class ChatLine extends Module {
constructor(...args) {