mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-01 10:50:56 +00:00
Add support for custom moderator badge images.
This commit is contained in:
parent
96b03290c8
commit
41e80fd94c
5 changed files with 85 additions and 15 deletions
|
@ -40,6 +40,7 @@ export default class ChatLine extends Module {
|
|||
onEnable() {
|
||||
this.chat.context.on('changed:chat.bits.stack', this.updateLines, this);
|
||||
this.chat.context.on('changed:chat.badges.style', this.updateLines, this);
|
||||
this.chat.context.on('changed:chat.badges.custom-mod', this.updateLines, this);
|
||||
this.chat.context.on('changed:chat.rituals.show', this.updateLines, this);
|
||||
|
||||
const t = this,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue