mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-24 15:00:56 +00:00
4.31.2
* 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:
parent
a35387abcf
commit
c0f7747428
9 changed files with 113 additions and 102 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue