()
| 567 | } |
| 568 | deleteDiv() { |
| 569 | if (!this.div) return; |
| 570 | try { |
| 571 | this.div.remove(); |
| 572 | this.div = undefined; |
| 573 | } catch (e) { |
| 574 | console.error(e); |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | mentionsuser(userd: User | Member) { |
| 579 | if (this.mention_everyone) return true; |
| 580 | if (this.id === "1531482863320101422") console.warn(this.mentions); |
no test coverage detected