diff --git a/utils/skipNotice.js b/utils/skipNotice.js index e57a56e2..511baf4a 100644 --- a/utils/skipNotice.js +++ b/utils/skipNotice.js @@ -359,6 +359,9 @@ class SkipNotice { if (notice != null) { notice.remove(); } + + //remove setInterval + if (this.countdownInterval != -1) clearInterval(this.countdownInterval); } } \ No newline at end of file