Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee authored Dec 14, 2023
1 parent b71d4cd commit 7be7b10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ class JX3_EMOTION {
}

_renderHTML() {
if (this.max >= 3) {
return this._joke;
}

this.emotionList = this.loadEmotionList();
let str = this._joke;

Expand Down

0 comments on commit 7be7b10

Please sign in to comment.