This commit is contained in:
smallfawn
2025-01-25 19:25:17 +08:00
parent 1d345255b5
commit 7ab64368e3
3 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,6 @@
*/
//=====================================================//
const $ = new Env("zippo");
const notify = $.isNode() ? require("../sendNotify") : "";
const Notify = 1
const debug = 0
const axios = require("axios");