v25.8.10
This commit is contained in:
@@ -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"], "デバッグモードで起動中"));
|
||||
|
||||
Reference in New Issue
Block a user