This commit is contained in:
2025-08-27 01:21:23 +09:00
parent b9a4fe8763
commit 81e9bea8ab
18 changed files with 368 additions and 63 deletions
+1 -1
View File
@@ -48,7 +48,6 @@ cron.schedule("0 7 * * *", () => {
// 管理パネル
import AdminPanel from "./panel/main.js";
import { styleText } from "util";
(async () => {
await AdminPanel();
})();
@@ -57,6 +56,7 @@ import { styleText } from "util";
console.log("BOTサーバーが起動しました");
import config from "./config.js";
import { styleText } from "util";
if (config.debug !== undefined) {
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
console.log(styleText(["bgRed", "cyan", "bold"], "デバッグモードで起動中"));