diff --git a/qtx.js b/qtx.js index d2f95bc..95314c6 100644 --- a/qtx.js +++ b/qtx.js @@ -320,7 +320,7 @@ async function getNotice() { break; } } - if (notice) { $.DoubleLog(notice); } + if (notice) { DoubleLog(notice); } } catch (e) { console.log(e); }